Drop extra blank line in output of pconfig
This commit is contained in:
parent
1afe0a7993
commit
2d3bac803c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue