Fixes lobby stat entries not showing (#33496)

This commit is contained in:
Jordan Brown
2017-12-12 16:55:55 -05:00
committed by ShizCalev
parent 8a887cdbb2
commit a01cf60a60
+1 -1
View File
@@ -35,7 +35,7 @@ INITIALIZE_IMMEDIATE(/mob/dead)
return
stat(null, "Game Mode: [SSticker.hide_mode ? "Secret" : "[GLOB.master_mode]"]")
if(!SSticker.HasRoundStarted())
if(SSticker.HasRoundStarted())
return
var/time_remaining = SSticker.GetTimeLeft()