diff --git a/code/world.dm b/code/world.dm index 2801a0ef12..29c40a5742 100644 --- a/code/world.dm +++ b/code/world.dm @@ -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)