]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Update demotc-race-record-extractor.sh. Capitalised CTS and CTF to make pattern recog...
authorMxCraven <cam12win@gmail.com>
Mon, 22 Apr 2024 14:17:39 +0000 (14:17 +0000)
committerMxCraven <cam12win@gmail.com>
Mon, 22 Apr 2024 14:17:39 +0000 (14:17 +0000)
misc/tools/demotc-race-record-extractor.sh

index 2a8a366f59a542fe06c496efe3ad8870e1741a76..bc249c625c686eacd4ce18be71612ba4d0113dd1 100755 (executable)
@@ -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'