整理代码
This commit is contained in:
@@ -45,11 +45,11 @@ return {
|
||||
getRank=function(P)
|
||||
local R=P.modeData.place
|
||||
return
|
||||
R==1 and 5 or
|
||||
R<=3 and 4 or
|
||||
R<=5 and 3 or
|
||||
R<=10 and 2 or
|
||||
R<=15 and 1 or
|
||||
R<=45 and 0
|
||||
R==1 and 5 or
|
||||
R<=3 and 4 or
|
||||
R<=5 and 3 or
|
||||
R<=10 and 2 or
|
||||
R<=15 and 1 or
|
||||
R<=45 and 0
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user