diff --git a/src/de/steamwar/bungeecore/bot/commands/TeamCommand.java b/src/de/steamwar/bungeecore/bot/commands/TeamCommand.java index 4871c58..6922f88 100644 --- a/src/de/steamwar/bungeecore/bot/commands/TeamCommand.java +++ b/src/de/steamwar/bungeecore/bot/commands/TeamCommand.java @@ -48,6 +48,7 @@ public class TeamCommand extends BasicDiscordCommand { if (steamwarUser == null) { return; } + System.out.println(event); if (event.getSubcommandName() != null) { switch (event.getSubcommandName()) {