Fixes a pretty significant bug where sounds set with set round end sound would only actually play for the person who set the sound

This commit is contained in:
Incoming
2015-04-28 23:15:27 -04:00
parent 9b90645cec
commit 2f0ebbf810
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ var/sound/admin_sound
if(!check_rights(R_SOUNDS)) return
if(ticker)
ticker.round_end_sound = S
ticker.round_end_sound = fcopy_rsc(S)
else
return