From 4fbea3cd47ba50c96a65e69c4a111adeb797b22c Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sat, 12 Jan 2019 14:41:22 -0500 Subject: [PATCH] Added annotation --- 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 fda3c7a..24f1c81 100644 --- a/Classic/scripts/autoexec/TeamBalanceNotify.cs +++ b/Classic/scripts/autoexec/TeamBalanceNotify.cs @@ -83,6 +83,7 @@ function StatsUnbalanceSound() { if( $Team1Difference >= 2 || $Team2Difference >= 2 ) { + //Added so the notification wont sound between the 5 sec interval of get counts and the 30 sec unbalanced notification when someone switches at the last minute before a check. if( !$GetCountsClientTeamChange ) { messageAll('MsgTeamBalanceNotify', '\c1Teams are unbalanced: \c0It is currently %1 vs %2 with %3 observers.~wfx/misc/bounty_objrem2.wav', $PlayerCount[1], $PlayerCount[2], $PlayerCount[0] );