mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Pass true for tgs_prime to Master.Initialize() so VGS gets told that world/New() is being invoked.
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user