From 2d46ad68b0a6759ad3e84d35b87cfb4f4027ec77 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 29 Aug 2024 20:20:18 +0100 Subject: Unhide con_logfile in fixes --- src/fixes.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit v1.2.3