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)