createRandomZlevel removal

Nixes the call to check for away-missions. Should speed up new-round
restarts by a few seconds.
This commit is contained in:
skull132
2015-01-20 20:07:14 +02:00
parent d4280fff6a
commit 9f109dff29
-3
View File
@@ -61,9 +61,6 @@ datum/controller/game_controller/New()
datum/controller/game_controller/proc/setup()
world.tick_lag = config.Ticklag
spawn(20)
createRandomZlevel()
if(!air_master)
air_master = new /datum/controller/air_system()
air_master.Setup()