引导修改提交
parent
4c7089c1ca
commit
091ff94a43
|
@ -66,8 +66,15 @@ function this.CheckFuncActiveByType(activeType, params)
|
|||
--Log(">>>>>>功能关闭:id = "..funcInfo.Id..", name = "..funcInfo.Name)
|
||||
-- 已解锁但是判断未解锁
|
||||
--Game.GlobalEvent:DispatchEvent(GameEvent.FunctionCtrl.OnFunctionClose, typeId)
|
||||
if activeType==2 then
|
||||
if CheckFunctionOpen(typeId) then
|
||||
table.insert(ids,typeId)
|
||||
end
|
||||
else
|
||||
table.insert(ids,typeId)
|
||||
end
|
||||
|
||||
end
|
||||
-- 保存状态
|
||||
funcData.isActive = isActive
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue