Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoe2013 committed Jun 17, 2024
1 parent 5c37712 commit 7fddc8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fddc8f

Please sign in to comment.