From 8ac8964f24942e42b2e89045c567f975feb02dc1 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Fri, 30 Jul 2021 12:59:27 +0200 Subject: [PATCH] Fix TeamCommand --- src/de/steamwar/bungeecore/bot/commands/TeamCommand.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/de/steamwar/bungeecore/bot/commands/TeamCommand.java b/src/de/steamwar/bungeecore/bot/commands/TeamCommand.java index 4871c58e..6922f88d 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()) {