From 0f636e589039d1cd59a43373d906d8a0d634a9eb Mon Sep 17 00:00:00 2001 From: yoyosource Date: Tue, 10 May 2022 09:14:09 +0200 Subject: [PATCH] More tests --- src/de/steamwar/command/SubCommand.java | 1 + 1 file changed, 1 insertion(+) 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;