SteamWar/BungeeCore
Archiviert
13
2

Hotfix TeamCommand info
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
yoyosource 2023-02-22 16:51:45 +01:00
Ursprung 6e30c5e7ba
Commit b096f8251c

Datei anzeigen

@ -367,7 +367,7 @@ public class TeamCommand extends SWCommand {
Message.send("TEAM_INFO_USAGE", player); Message.send("TEAM_INFO_USAGE", player);
return; return;
}else if(user.getTeam() == 0 || args.length == 1){ }else if(user.getTeam() == 0 || args.length == 1){
team = Team.get(args[1]); team = Team.get(args[0]);
} }
if(team == null){ if(team == null){