diff --git a/Classic/scripts/autoexec/TeamBalanceNotify.cs b/Classic/scripts/autoexec/TeamBalanceNotify.cs index 24f1c81..5597547 100644 --- a/Classic/scripts/autoexec/TeamBalanceNotify.cs +++ b/Classic/scripts/autoexec/TeamBalanceNotify.cs @@ -90,6 +90,9 @@ function StatsUnbalanceSound() //Called in 30 secs with sound schedule(30000, 0, "StatsUnbalanceSound"); } + else + //In the event that a player switches up instead of down during an interval the function can be called again. + schedule(5000, 0, "StatsUnbalanceSound"); } else {