diff --git a/src/de/steamwar/command/SubCommand.java b/src/de/steamwar/command/SubCommand.java index 603e6d3..74d1a80 100644 --- a/src/de/steamwar/command/SubCommand.java +++ b/src/de/steamwar/command/SubCommand.java @@ -43,6 +43,7 @@ public class SubCommand { private CommandPart commandPart; SubCommand(AbstractSWCommand abstractSWCommand, Method method, String[] subCommand, Map> localTypeMapper, Map> localGuardChecker, boolean help, String[] description, boolean noTabComplete) { + System.out.println(method); this.abstractSWCommand = abstractSWCommand; this.method = method; this.subCommand = subCommand;