Deletes the process scheduler.

This commit is contained in:
Atermonera
2021-02-23 14:22:13 -08:00
committed by VirgoBot
parent 9513663941
commit f83dc7b5d7
2 changed files with 11 additions and 0 deletions
+3
View File
@@ -183,11 +183,14 @@ var/global/datum/controller/subsystem/ticker/ticker
if(adm["total"] == 0)
send2adminirc("A round has started with no admins online.")
<<<<<<< HEAD
/* 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
*/
=======
>>>>>>> 6cb0471... Merge pull request #7917 from MistakeNot4892/psched
current_state = GAME_STATE_PLAYING
Master.SetRunLevel(RUNLEVEL_GAME)