Squash these please

This commit is contained in:
Cyberboss
2016-11-27 18:50:36 -05:00
parent aa7d5497c8
commit 520f31d3fe
2 changed files with 1 additions and 6 deletions
-4
View File
@@ -68,10 +68,6 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
return QDEL_HINT_HARDDEL_NOW
/datum/controller/master/proc/Shutdown()
running = FALSE
//Give the loop thread some shutdown time
while(looping)
sleep(1)
for(var/datum/subsystem/ss in subsystems)
ss.Shutdown()
..()
+1 -2
View File
@@ -18,9 +18,8 @@ var/datum/subsystem/tgui/SStgui
NEW_SS_GLOBAL(SStgui)
/datum/subsystem/tgui/Destroy()
/datum/subsystem/tgui/Shutdown()
close_all_uis()
return ..()
/datum/subsystem/tgui/stat_entry()
..("P:[processing_uis.len]")