Remove the goonstation /datum/controller/processScheduler as it is no longer used.

This commit is contained in:
Leshana
2020-04-10 15:17:02 -04:00
parent c5b3be0123
commit 3be0330db2
16 changed files with 0 additions and 1034 deletions

View File

@@ -192,7 +192,6 @@ var/global/datum/controller/subsystem/ticker/ticker
lighting_controller.process() //Start processing DynamicAreaLighting updates
*/
processScheduler.start()
current_state = GAME_STATE_PLAYING
Master.SetRunLevel(RUNLEVEL_GAME)