0.8.24: Bug Fixed

This commit is contained in:
MrZ_26
2020-06-14 15:21:20 +08:00
parent 99b55b72e0
commit e1d92a166b
12 changed files with 105 additions and 87 deletions

View File

@@ -25,7 +25,7 @@ return{
end,
score=function(P)return{P.stat.time,P.stat.piece}end,
scoreDisp=function(D)return toTime(D[1]).." "..D[2].." Pieces"end,
comp=function(a,b)return a[1]<b[1]or a[1]==b[1]and a[2]<b[2]end,
comp=function(a,b)return a[2]>b[2]or a[2]==b[2]and a[1]<b[1]end,
getRank=function(P)
local T=P.stat.row
if T<5 then