Fix for last commit

git-svn-id: svn://192.168.202.10@3752 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2023-08-14 02:07:42 +00:00
parent ad3f0ed9d5
commit 1f50c3bc52
@@ -4053,6 +4053,9 @@ while ( ($drop_timer <= $DROP_TIME) && ($wait_in_queue > 0) && ($MCdrop_override
usleep(1 * $second_alert_delay * 1000); usleep(1 * $second_alert_delay * 1000);
} }
# If both 2nd and 3rd alerts trigger and set to ONLY, only play the 3rd alert
if ( ($disable_second_alert > 0) && ($disable_third_alert > 0) )
{$disable_third_alert=0;}
# if third alert is to be played, play it now # if third alert is to be played, play it now
if ( ($play_third_alert > 0) && ($disable_third_alert < 1) ) if ( ($play_third_alert > 0) && ($disable_third_alert < 1) )