From 25247ee91f21f0489371f48054b8de99f5ffa152 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Mon, 14 Jan 2019 13:15:52 -0500 Subject: [PATCH] Added a situational fix --- Classic/scripts/autoexec/TeamBalanceNotify.cs | 3 +++ 1 file changed, 3 insertions(+) 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 {