From e627117fce57fe712b5da3b190a32208a1283889 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sun, 11 Nov 2018 15:01:45 -0500 Subject: [PATCH] Formatting --- Classic/scripts/autoexec/TeamBalanceNotify.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Classic/scripts/autoexec/TeamBalanceNotify.cs b/Classic/scripts/autoexec/TeamBalanceNotify.cs index 68d3010..607b418 100644 --- a/Classic/scripts/autoexec/TeamBalanceNotify.cs +++ b/Classic/scripts/autoexec/TeamBalanceNotify.cs @@ -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];