@@ -11,7 +11,7 @@ return {
|
||||
scoreDisp=function(D) return getConstructGradeText(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,
|
||||
getRank=function(P)
|
||||
local G=P.modeData.maxRankPts
|
||||
local G=P.modeData.maxRankPts-1
|
||||
return
|
||||
G>=10 and 5 or
|
||||
G>=7 and 4 or
|
||||
|
||||
Reference in New Issue
Block a user