From 9d49d6e24d548044e02b27fd1dd8e8410fc48fc3 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sun, 11 Nov 2018 15:00:24 -0500 Subject: [PATCH] Revert "Updated Rotation" This reverts commit 3fc2533701a78921a4e5798130484dc29deb0635. --- Classic/scripts/autoexec/TeamBalanceNotify.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Classic/scripts/autoexec/TeamBalanceNotify.cs b/Classic/scripts/autoexec/TeamBalanceNotify.cs index 607b418..68d3010 100644 --- a/Classic/scripts/autoexec/TeamBalanceNotify.cs +++ b/Classic/scripts/autoexec/TeamBalanceNotify.cs @@ -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];