diff --git a/SpigotCore_Main/src/de/steamwar/command/SWCommand.java b/SpigotCore_Main/src/de/steamwar/command/SWCommand.java index cbea022..ff920b7 100644 --- a/SpigotCore_Main/src/de/steamwar/command/SWCommand.java +++ b/SpigotCore_Main/src/de/steamwar/command/SWCommand.java @@ -36,7 +36,6 @@ import java.util.stream.Collectors; public abstract class SWCommand { - private boolean hasHelp = false; private final List help = new ArrayList<>(); private final Command command;