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()