神尊特权修改
parent
6c603c3aec
commit
9c8a99018b
|
@ -115,7 +115,7 @@ function this.UpdateLayout(_privilegeLv)
|
||||||
|
|
||||||
if privilegeInfo.value == ""
|
if privilegeInfo.value == ""
|
||||||
or (privilegeInfo.IfFloat == 1 and privilegeInfo.value > 0)
|
or (privilegeInfo.IfFloat == 1 and privilegeInfo.value > 0)
|
||||||
or (privilegeInfo.IfFloat == 2 and privilegeInfo.value ~= 0)
|
or (privilegeInfo.IfFloat == 2 and privilegeInfo.value ~= 0 and privilegeInfo.value ~= 1)
|
||||||
then
|
then
|
||||||
local colorStr = "<color=#f46363><size=35>%s</size></color>"
|
local colorStr = "<color=#f46363><size=35>%s</size></color>"
|
||||||
local formatStr
|
local formatStr
|
||||||
|
|
Loading…
Reference in New Issue