整理代码
This commit is contained in:
@@ -16,11 +16,11 @@ return {
|
||||
getRank=function(P)
|
||||
local L=P.stat.pc
|
||||
return
|
||||
L>=24 and 5 or
|
||||
L>=20 and 4 or
|
||||
L>=16 and 3 or
|
||||
L>=12 and 2 or
|
||||
L>=8 and 1 or
|
||||
L>=1 and 0
|
||||
L>=24 and 5 or
|
||||
L>=20 and 4 or
|
||||
L>=16 and 3 or
|
||||
L>=12 and 2 or
|
||||
L>=8 and 1 or
|
||||
L>=1 and 0
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user