From 7fddc8f200cdd3500ef1964580471aea5754632f Mon Sep 17 00:00:00 2001 From: John Doe Date: Mon, 17 Jun 2024 11:02:14 +0200 Subject: [PATCH] hmm --- code/game/world.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/world.dm b/code/game/world.dm index 412e61a4ce71..cba1b984ca51 100644 --- a/code/game/world.dm +++ b/code/game/world.dm @@ -12,10 +12,12 @@ GLOBAL_LIST_INIT(reboot_sfx, file2list("config/reboot_sfx.txt")) hub = "Exadv1.spacestation13" /world/New() +#ifndef CODE_COVERAGE var/debug_server = world.GetConfig("env", "AUXTOOLS_DEBUG_DLL") if (debug_server) LIBCALL(debug_server, "auxtools_init")() enable_debugging() +#endif hub_password = "kMZy3U5jJHSiBQjr" #ifdef BYOND_TRACY