Revert "Updated Rotation"

This reverts commit 3fc2533701.
This commit is contained in:
ChocoTaco 2018-11-11 15:00:24 -05:00
parent 3fc2533701
commit 9d49d6e24d

View file

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