From 36e303cd44c1b5f9126210a2907c4688c7a6602b Mon Sep 17 00:00:00 2001 From: yoyosource Date: Fri, 30 Jul 2021 13:00:39 +0200 Subject: [PATCH] Fix TeamCommand --- src/de/steamwar/bungeecore/bot/commands/TeamCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/steamwar/bungeecore/bot/commands/TeamCommand.java b/src/de/steamwar/bungeecore/bot/commands/TeamCommand.java index 6922f88..75fdcff 100644 --- a/src/de/steamwar/bungeecore/bot/commands/TeamCommand.java +++ b/src/de/steamwar/bungeecore/bot/commands/TeamCommand.java @@ -48,7 +48,7 @@ public class TeamCommand extends BasicDiscordCommand { if (steamwarUser == null) { return; } - System.out.println(event); + System.out.println(event.getName() + " " + event.getSubcommandName() + " " + event.getOptions()); if (event.getSubcommandName() != null) { switch (event.getSubcommandName()) {