Skip to content

Commit

Permalink
initstage
Browse files Browse the repository at this point in the history
  • Loading branch information
LetterN committed Dec 8, 2024
1 parent 25ac165 commit 7fa8b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/server_maint.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SUBSYSTEM_DEF(server_maint)
subsystem_flags = SS_POST_FIRE_TIMING
priority = FIRE_PRIORITY_SERVER_MAINT
init_order = INIT_ORDER_SERVER_MAINT
init_stage = INITSTAGE_EARLY
init_stage = INIT_STAGE_EARLY
runlevels = RUNLEVEL_LOBBY | RUNLEVELS_DEFAULT
var/list/currentrun
///Associated list of list names to lists to clear of nulls
Expand Down

0 comments on commit 7fa8b79

Please sign in to comment.