bug修复
This commit is contained in:
parent
c365bc65f2
commit
9ae91b8668
@ -179,7 +179,7 @@ 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 or self.proBounght or not self.utralBounght then
|
if self.fightCount > 0 or self.proBounght or self.utralBounght then
|
||||||
-- 兼容已参与的玩家
|
-- 兼容已参与的玩家
|
||||||
else
|
else
|
||||||
return false
|
return false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user