Fixes full controller recovery not restoring appropriate runlevel

This commit is contained in:
CitadelStationBot
2017-05-24 08:25:49 -05:00
parent f276937bc5
commit 20089a34e8
2 changed files with 18 additions and 1 deletions
+2 -1
View File
@@ -177,7 +177,8 @@ GLOBAL_REAL(Master, /datum/controller/master) = new
to_chat(world, "<span class='boldannounce'>[msg]</span>")
log_world(msg)
SetRunLevel(1)
if (!current_runlevel)
SetRunLevel(1)
// Sort subsystems by display setting for easy access.
sortTim(subsystems, /proc/cmp_subsystem_display)