From d9f0ca901ddb827756ed27824e019f8f543f9272 Mon Sep 17 00:00:00 2001 From: zOnlyKroks Date: Sat, 7 Oct 2023 16:01:15 +0200 Subject: [PATCH] temp yeet dsc --- .../steamwar/bausystem/features/autodust/AutoDustCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/autodust/AutoDustCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/autodust/AutoDustCommand.java index 908cd4f6..b66892dc 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/autodust/AutoDustCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/autodust/AutoDustCommand.java @@ -45,7 +45,7 @@ public class AutoDustCommand extends SWCommand implements Listener { super("autodust", "dust"); } - @Register(description = "autodust_help") + @Register() public void genericCommand(@Validator Player p) { boolean autoDust = Config.getInstance().get(p).getPlainValueOrDefault("autodust", false); Config.getInstance().get(p).put("autodust", !autoDust);