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 30258004..a741d763 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/other/SlotCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/other/SlotCommand.java @@ -40,11 +40,6 @@ public class SlotCommand extends SWCommand { super("slot", "s"); } - @Register(help = true) - public void genericHelp(Player player, String... args) { - - } - @Register public void slotCommand(Player player, Integer slot) { if (slot < 1 || slot > 9) {