X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=misc%2Ftools%2Fdemotc-race-record-extractor.sh;h=b93a5cb3de0ff4ed39df6baeb105e53ecbd3b098;hb=refs%2Fheads%2Fmaster;hp=bc249c625c686eacd4ce18be71612ba4d0113dd1;hpb=5171b392591e238e362cf1f651cc147d0a72565c;p=xonotic%2Fxonotic.git diff --git a/misc/tools/demotc-race-record-extractor.sh b/misc/tools/demotc-race-record-extractor.sh index bc249c62..c181888b 100755 --- a/misc/tools/demotc-race-record-extractor.sh +++ b/misc/tools/demotc-race-record-extractor.sh @@ -8,10 +8,10 @@ case "$2" in PATTERN='//CTS RECORD SET (.*)\n' ;; ctf) - PATTERN='//CTS RECORD SET (.*)\n' + PATTERN='//CTF RECORD SET (.*)\n' ;; new|race|rc|*) - PATTERN='//(?:RA?CE?|rc) RECORD SET (.*)\n' + PATTERN='//RA?CE? RECORD SET (.*)\n' ;; esac