From 171c0ddd0213030146db0f11368d14cba495c373 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Tue, 28 Dec 2021 14:06:21 +0100 Subject: [PATCH] Hotfix Help Signed-off-by: Chaoscaot --- .../de/steamwar/schematicsystem/commands/SchematicCommand.java | 1 - 1 file changed, 1 deletion(-) diff --git a/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java b/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java index addd228..d9fd022 100644 --- a/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java +++ b/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java @@ -54,7 +54,6 @@ public class SchematicCommand extends SWCommand { } @Register(help = true) - @Register("help") public void genericHelp(Player player, String... args) { printHelpMainPage(player); }