Fix SlotCommand
Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
15ff88fe6f
Commit
e7968bed60
@ -40,6 +40,11 @@ public class SlotCommand extends SWCommand {
|
||||
super("slot", "s");
|
||||
}
|
||||
|
||||
@Register(help = true)
|
||||
public void genericHelp(Player p) {
|
||||
BauSystem.MESSAGE.send("OTHER_NOCLIP_SLOT_INFO", p);
|
||||
}
|
||||
|
||||
@Register
|
||||
public void slotCommand(Player player, Integer slot) {
|
||||
if (slot < 1 || slot > 9) {
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren