diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2024-08-29 20:20:18 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2024-08-29 23:08:03 +0100 |
commit | 2d46ad68b0a6759ad3e84d35b87cfb4f4027ec77 (patch) | |
tree | df36ee031515c4b4f897d960a6c15b6617cecd9e /src/fixes.c | |
parent | 455c8b09aaba197476d420e4442f2a5313638259 (diff) |
Unhide con_logfile in fixes
Diffstat (limited to 'src/fixes.c')
-rw-r--r-- | src/fixes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fixes.c b/src/fixes.c index 3359854..84b3482 100644 --- a/src/fixes.c +++ b/src/fixes.c @@ -63,6 +63,7 @@ static void generalfixes(void) { unhide("con_filter_enable"); unhide("con_filter_text"); unhide("con_filter_text_out"); + unhide("con_logfile"); // things that could conceivably cause issues with speedrun verification // and/or pedantic following of rules; throw on cheat flag. this could be |