diff --git a/code/controllers/subsystem/timer.dm b/code/controllers/subsystem/timer.dm index c33d8e6c565..1d8f9e2aa6d 100644 --- a/code/controllers/subsystem/timer.dm +++ b/code/controllers/subsystem/timer.dm @@ -6,7 +6,6 @@ var/datum/subsystem/timer/SStimer name = "Timer" wait = 1 //SS_TICKER subsystem, so wait is in ticks init_order = 1 - display_order = 3 flags = SS_FIRE_IN_LOBBY|SS_TICKER|SS_NO_INIT