Standardizes subsystem Shutdown order

This commit is contained in:
CitadelStationBot
2017-04-17 09:46:05 -05:00
parent 21827263f5
commit 13d7f88c7a
2 changed files with 2 additions and 12 deletions
+2
View File
@@ -80,6 +80,8 @@ GLOBAL_VAR_INIT(CURRENT_TICKLIMIT, TICK_LIMIT_RUNNING)
/datum/controller/master/Shutdown()
processing = FALSE
sortTim(subsystems, /proc/cmp_subsystem_init)
reverseRange(subsystems)
for(var/datum/controller/subsystem/ss in subsystems)
ss.Shutdown()