From 5171b392591e238e362cf1f651cc147d0a72565c Mon Sep 17 00:00:00 2001 From: MxCraven Date: Mon, 22 Apr 2024 14:17:39 +0000 Subject: [PATCH] Update demotc-race-record-extractor.sh. Capitalised CTS and CTF to make pattern recognition work. Thank you Des <3 --- misc/tools/demotc-race-record-extractor.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/tools/demotc-race-record-extractor.sh b/misc/tools/demotc-race-record-extractor.sh index 2a8a366f..bc249c62 100755 --- a/misc/tools/demotc-race-record-extractor.sh +++ b/misc/tools/demotc-race-record-extractor.sh @@ -5,10 +5,10 @@ case "$2" in PATTERN='all-time fastest lap record with (.*)\n' ;; cts) - PATTERN='//cts RECORD SET (.*)\n' + PATTERN='//CTS RECORD SET (.*)\n' ;; ctf) - PATTERN='//ctf RECORD SET (.*)\n' + PATTERN='//CTS RECORD SET (.*)\n' ;; new|race|rc|*) PATTERN='//(?:RA?CE?|rc) RECORD SET (.*)\n' -- 2.39.2