mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Fixed Notify playing in Lak
This commit is contained in:
parent
cdd1c8783c
commit
95765330ff
|
|
@ -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…
Reference in a new issue