mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Faster Startup take 2
Moves turfs list creation to initialize Moves some mine turfs work to initialize Swaps the order in which the process scheduler and master controller are initialized so that the process scheduler setups have the turfs list
This commit is contained in:
@@ -89,6 +89,7 @@ datum/controller/game_controller/proc/setup()
|
||||
global.garbageCollector = new
|
||||
garbageCollector = global.garbageCollector
|
||||
*/
|
||||
|
||||
setup_objects() // Most log_startup spam happens here
|
||||
setupgenetics()
|
||||
setupfactions()
|
||||
|
||||
Reference in New Issue
Block a user