整理代码
This commit is contained in:
@@ -11,11 +11,11 @@ return {
|
||||
getRank=function(P)
|
||||
local G=P.modeData.rankPts
|
||||
return
|
||||
G>=23 and 5 or
|
||||
G>=21 and 4 or
|
||||
G>=19 and 3 or
|
||||
G>=15 and 2 or
|
||||
G>=11 and 1 or
|
||||
G>=7 and 0
|
||||
G>=23 and 5 or
|
||||
G>=21 and 4 or
|
||||
G>=19 and 3 or
|
||||
G>=15 and 2 or
|
||||
G>=11 and 1 or
|
||||
G>=7 and 0
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user