Fixes Set Round End Sound.

This commit is contained in:
CitadelStationBot
2017-05-04 14:43:18 -05:00
parent 4ef516ca24
commit 44df31d399
+1 -1
View File
@@ -226,7 +226,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)