Merge pull request #751 from Citadel-Station-13/upstream-merge-26841

[MIRROR] Fixes Set Round End Sound.
This commit is contained in:
kevinz000
2017-05-06 21:45:38 -07:00
committed by GitHub
+1 -1
View File
@@ -241,7 +241,7 @@
/world/proc/RoundEndAnimation(round_end_sound_sent)
set waitfor = FALSE
var/round_end_sound
if(!SSticker && SSticker.round_end_sound)
if(SSticker.round_end_sound)
round_end_sound = SSticker.round_end_sound
if (!round_end_sound_sent)
for(var/thing in GLOB.clients)