Lua loaded records #9

Merged
Not merged 21 commits from partition into master 2022-12-06 19:05:51 +01:00
Showing only changes of commit 00de269bb3 - Show all commits

View File

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