mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-25 06:19:06 +00:00
Fixed Notify playing in Lak
This commit is contained in:
parent
cdd1c8783c
commit
95765330ff
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ function ResetTeamBalanceNotifyGameOver( %game )
|
|||
//2 or more difference
|
||||
function StatsUnbalanceSound()
|
||||
{
|
||||
if( $Team1Difference >= 2 || $Team2Difference >= 2 )
|
||||
if( $CurrentMissionType !$= "LakRabbit" && $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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue