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); }