Merge pull request #11136 from Fox-McCloud/master-controller-shutdown

Makes the Master Controller Actually Shutdown
This commit is contained in:
variableundefined
2019-04-02 08:12:06 +08:00
committed by GitHub
+1
View File
@@ -322,6 +322,7 @@ var/world_topic_spam_protect_time = world.timeofday
//kick_clients_in_lobby("<span class='boldannounce'>The round came to an end with you in the lobby.</span>", 1)
processScheduler.stop()
Master.Shutdown() //run SS shutdowns
shutdown_logging() // Past this point, no logging procs can be used, at risk of data loss.
for(var/client/C in GLOB.clients)