fixed team name
This commit is contained in:
parent
a744a466a3
commit
c26174ffa2
@ -1738,11 +1738,11 @@ public class UHC extends TeamGame
|
||||
if (team == null)
|
||||
return;
|
||||
|
||||
team.setDisplayName(player.getName() + " & " + ally.getName());
|
||||
|
||||
//Join Team
|
||||
SetPlayerTeam(player, team, true);
|
||||
SetPlayerTeam(ally, team, true);
|
||||
|
||||
team.setDisplayName(player.getName() + " & " + ally.getName());
|
||||
SetPlayerTeam(ally, team, true);
|
||||
}
|
||||
//Send Invite
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user