Archiviert
1
0

Fix TeamCommand

Dieser Commit ist enthalten in:
yoyosource 2021-07-30 12:59:27 +02:00
Ursprung 8a6b0e048d
Commit 8ac8964f24

Datei anzeigen

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