兼容处理
This commit is contained in:
parent
9b86946d2c
commit
c365bc65f2
@ -179,7 +179,9 @@ function ActBossRushData:getIsOpen()
|
|||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
if Time:getServerTime() <= DataManager:getRegisterTs() + self:getConditionDay() then -- 前14天的号,看不到
|
if Time:getServerTime() <= DataManager:getRegisterTs() + self:getConditionDay() then -- 前14天的号,看不到
|
||||||
if self.fightCount <= 0 then
|
if self.fightCount > 0 or self.proBounght or not self.utralBounght then
|
||||||
|
-- 兼容已参与的玩家
|
||||||
|
else
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user