FIX c4wtrain_n getrank wrong (#766)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user