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