diff --git a/include/econfig-spec.h b/include/econfig-spec.h index 6935ed7e..46c91c2c 100644 --- a/include/econfig-spec.h +++ b/include/econfig-spec.h @@ -98,7 +98,7 @@ EMPCFBOTH("keep_journal", keep_journal, int, NSC_INT, KM_INTERNAL, "Enable journal log file") EMPCF_COMMENT("# 0 - Disabled\n" "# 1 - Enabled, player output suppressed\n" - "# 2 - Enabled, log everything (big; rotating & compressing advised)\n") + "# 2 - Enabled, log everything (big; rotating & compressing advised)") EMPCFBOTH("post_crash_dump_hook", post_crash_dump_hook, char *, NSC_STRING, KM_INTERNAL, "Shell command run right after a crash dump, in the game's data directory") EMPCFBOTH("privname", privname, char *, NSC_STRING, 0,