From e7968bed6014324d9e216683d47f6e8fbfcab558 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Tue, 24 Aug 2021 17:48:23 +0200 Subject: [PATCH] Fix SlotCommand Signed-off-by: yoyosource --- .../de/steamwar/bausystem/features/other/SlotCommand.java | 5 +++++ 1 file changed, 5 insertions(+) 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) {