From 131450d54bc954c9e6ee928ba33f2e2363084b09 Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Tue, 26 Mar 2019 05:08:00 -0400 Subject: [PATCH] Makes the Master Controller Actually Shutdown --- code/game/world.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/world.dm b/code/game/world.dm index 52f12a10c4e..d87ad886937 100644 --- a/code/game/world.dm +++ b/code/game/world.dm @@ -322,6 +322,7 @@ var/world_topic_spam_protect_time = world.timeofday //kick_clients_in_lobby("The round came to an end with you in the lobby.", 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)