diff --git a/code/game/world.dm b/code/game/world.dm index ca6e4eafdc2..16bcfea989c 100644 --- a/code/game/world.dm +++ b/code/game/world.dm @@ -42,6 +42,9 @@ GLOBAL_LIST_INIT(map_transition_config, list(CC_TRANSITION_CONFIG)) GLOB.revision_info.log_info() load_admins(run_async = FALSE) // This better happen early on. + if(TgsAvailable()) + world.log = file("[GLOB.log_directory]/dd.log") //not all runtimes trigger world/Error, so this is the only way to ensure we can see all of them. + #ifdef UNIT_TESTS log_world("Unit Tests Are Enabled!") #endif