mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 16:14:35 +00:00
Added a situational fix
This commit is contained in:
parent
fa04540fd8
commit
25247ee91f
1 changed files with 3 additions and 0 deletions
|
|
@ -90,6 +90,9 @@ function StatsUnbalanceSound()
|
||||||
//Called in 30 secs with sound
|
//Called in 30 secs with sound
|
||||||
schedule(30000, 0, "StatsUnbalanceSound");
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue