From 7b8f7aafa8d6274feadc9a5144dff0c346735163 Mon Sep 17 00:00:00 2001 From: Putnam Date: Wed, 2 Sep 2020 00:57:28 -0700 Subject: [PATCH] okay no it's probably this. --- code/game/world.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/world.dm b/code/game/world.dm index 0306b42275..121d51136d 100644 --- a/code/game/world.dm +++ b/code/game/world.dm @@ -279,6 +279,7 @@ GLOBAL_LIST(topic_status_cache) GM.__gasmixture_unregister() num_deleted++ log_world("Deallocated [num_deleted] gas mixtures") + shutdown_logging() // makes sure the thread is closed before end, else we terminate ..() /world/proc/update_status()