SteamWar/BungeeCore
Archiviert
13
2

Fix TeamCommand

Dieser Commit ist enthalten in:
yoyosource 2021-07-30 13:00:39 +02:00
Ursprung 8ac8964f24
Commit 36e303cd44

Datei anzeigen

@ -48,7 +48,7 @@ public class TeamCommand extends BasicDiscordCommand {
if (steamwarUser == null) { if (steamwarUser == null) {
return; return;
} }
System.out.println(event); System.out.println(event.getName() + " " + event.getSubcommandName() + " " + event.getOptions());
if (event.getSubcommandName() != null) { if (event.getSubcommandName() != null) {
switch (event.getSubcommandName()) { switch (event.getSubcommandName()) {