Updated Rotation

This commit is contained in:
ChocoTaco 2018-11-11 15:00:10 -05:00
parent 48e0eac4de
commit 3fc2533701

View file

@ -8,7 +8,6 @@ function TeamBalanceNotify::AtSpawn( %game, %client, %respawn )
if( $CurrentMissionType !$= "LakRabbit" && $TotalTeamPlayerCount !$= 0 && $Host::EnableTeamBalanceNotify )
{
//variables
%Team1Difference = $PlayerCount[1] - $PlayerCount[2];
%Team2Difference = $PlayerCount[2] - $PlayerCount[1];