mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user