Skip to content

Commit

Permalink
might?
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoe2013 committed Jun 16, 2024
1 parent 515fca5 commit b597604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ GLOBAL_LIST_INIT(reboot_sfx, file2list("config/reboot_sfx.txt"))

/world/proc/init_coverage()
#ifdef CODE_COVERAGE
AUXTOOLS_CHECK_NO_CONFIG(AUXLUA)
AUXTOOLS_CHECK_NO_CONFIG(world.GetConfig("env", "AUXTOOLS_DEBUG_DLL"))
start_code_coverage("code_coverage.xml")
#else
return
Expand Down

0 comments on commit b597604

Please sign in to comment.