fixed team name

This commit is contained in:
Mini-Chiss 2015-05-13 13:20:05 -05:00
parent a744a466a3
commit c26174ffa2

View File

@ -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