Added a situational fix

This commit is contained in:
ChocoTaco 2019-01-14 13:15:52 -05:00
parent fa04540fd8
commit 25247ee91f

View file

@ -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
{