ensure lowercase on checksum parsing
This commit is contained in:
parent
3c5234f7b2
commit
00de269bb3
@ -241,7 +241,7 @@ function parseScore(str)
|
|||||||
splits,
|
splits,
|
||||||
flags,
|
flags,
|
||||||
stats,
|
stats,
|
||||||
checksum
|
checksum:lower()
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
rawset(_G, "lb_parse_score", parseScore)
|
rawset(_G, "lb_parse_score", parseScore)
|
||||||
|
Loading…
Reference in New Issue
Block a user