Removes MC's after init proc

It was only used for air, we can just move air to init last with priority = -1 (this is what this is for)
This commit is contained in:
MrStonedOne
2015-07-25 23:04:49 -07:00
parent 2c7ea7e8e4
commit d38cfcb4ec
3 changed files with 4 additions and 9 deletions
+1 -2
View File
@@ -61,8 +61,7 @@ calculate the longest number of ticks the MC can wait between each cycle without
for(var/datum/subsystem/S in subsystems)
S.Initialize(world.timeofday, zlevel)
sleep(-1)
for(var/datum/subsystem/S in subsystems)
S.AfterInitialize(zlevel)
world << "<span class='boldannounce'>Initializations complete</span>"
world.log << "Initializations complete"