diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/other/SlotCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/other/SlotCommand.java index a741d763..1ba52c4b 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/other/SlotCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/other/SlotCommand.java @@ -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) {