Merge pull request #9789 from VOREStation/upstream-merge-7917

[MIRROR] Deletes the process scheduler.
This commit is contained in:
Novacat
2021-02-24 16:34:39 -05:00
committed by Chompstation Bot
parent 129bf7f2b9
commit d4c04ccc52
2 changed files with 1 additions and 11 deletions

View File

@@ -183,11 +183,6 @@ var/global/datum/controller/subsystem/ticker/ticker
if(adm["total"] == 0)
send2adminirc("A round has started with no admins online.")
/* supply_controller.process() //Start the supply shuttle regenerating points -- TLE // handled in scheduler
master_controller.process() //Start master_controller.process()
lighting_controller.process() //Start processing DynamicAreaLighting updates
*/
current_state = GAME_STATE_PLAYING
Master.SetRunLevel(RUNLEVEL_GAME)