Pass true for tgs_prime to Master.Initialize() so VGS gets told that world/New() is being invoked.

This commit is contained in:
Leshana
2021-05-10 20:51:58 -04:00
parent 45c04fa7ce
commit 005b8f7f0f
+1 -1
View File
@@ -58,7 +58,7 @@
populate_robolimb_list()
master_controller = new /datum/controller/game_controller()
Master.Initialize(10, FALSE)
Master.Initialize(10, FALSE, TRUE) // VOREStation Edit
spawn(1)
master_controller.setup()