ensure lowercase on checksum parsing

This commit is contained in:
Not 2022-11-25 03:24:21 +01:00
parent 3c5234f7b2
commit 00de269bb3
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ function parseScore(str)
splits,
flags,
stats,
checksum
checksum:lower()
)
end
rawset(_G, "lb_parse_score", parseScore)