Skip to content

Commit

Permalink
Allows the codex to be saved across rounds. (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
francinum authored Jan 26, 2025
1 parent 5ad985a commit e86c6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/codex.dm
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ SUBSYSTEM_DEF(codex)
to_chat(world, span_debug("Codex: Debug server detected. DB operation disabled. See _compile_options.dm."))
log_world("Codex: Codex DB generation Skipped")
return
#ifdef FORCE_CODEX_DATABASE
#if FORCE_CODEX_DATABASE == TRUE
to_chat(world, span_debug("Codex: Debug server detected. Override flag set, Dropping and regenerating index."))
log_world("Codex: Codex DB generation forced by compile flag.")
drop_existing = TRUE
Expand Down

0 comments on commit e86c6a3

Please sign in to comment.