mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fix mapped injectors (#9557)
Moved genetics earlier in startup due to it not having dependencies Fixes #9542
This commit is contained in:
@@ -90,8 +90,8 @@ datum/controller/game_controller/proc/setup()
|
||||
garbageCollector = global.garbageCollector
|
||||
*/
|
||||
|
||||
setup_objects() // Most log_startup spam happens here
|
||||
setupgenetics()
|
||||
setup_objects() // Most log_startup spam happens here
|
||||
setupfactions()
|
||||
setup_economy()
|
||||
SetupXenoarch()
|
||||
|
||||
Reference in New Issue
Block a user