FIX c4wtrain_n getrank wrong (#766)

This commit is contained in:
Richard969
2022-11-04 00:24:49 +08:00
committed by MrZ_26
parent 94aa84e380
commit bc8b7e733b

View File

@@ -11,7 +11,7 @@ return {
comp=function(a,b) return a[1]>b[1] or a[1]==b[1] and a[2]<b[2] end,
getRank=function(P)
local L=P.stat.row
if L==100 then
if L>=100 then
local T=P.stat.time
return
T<=32 and 5 or