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,
|
comp=function(a,b) return a[1]>b[1] or a[1]==b[1] and a[2]<b[2] end,
|
||||||
getRank=function(P)
|
getRank=function(P)
|
||||||
local L=P.stat.row
|
local L=P.stat.row
|
||||||
if L==100 then
|
if L>=100 then
|
||||||
local T=P.stat.time
|
local T=P.stat.time
|
||||||
return
|
return
|
||||||
T<=32 and 5 or
|
T<=32 and 5 or
|
||||||
|
|||||||
Reference in New Issue
Block a user