屏蔽竞技场解锁弹窗
This commit is contained in:
parent
e465c5c713
commit
0f839d3281
@ -69,7 +69,8 @@ local func_open = {
|
|||||||
},
|
},
|
||||||
["arena_open"]={
|
["arena_open"]={
|
||||||
["stage"]=5,
|
["stage"]=5,
|
||||||
["icon"]="module_unlock_arena"
|
["icon"]="module_unlock_arena",
|
||||||
|
["pop_ups"]=1
|
||||||
},
|
},
|
||||||
["act_arena_gift"]={
|
["act_arena_gift"]={
|
||||||
["stage"]=5,
|
["stage"]=5,
|
||||||
|
|||||||
@ -81,8 +81,8 @@ function PlayerData:initModuleUnlockInfo()
|
|||||||
end
|
end
|
||||||
self.moduleUnlockChapterMap = {}
|
self.moduleUnlockChapterMap = {}
|
||||||
local cfg = ConfigManager:getConfig("func_open")
|
local cfg = ConfigManager:getConfig("func_open")
|
||||||
for _, info in pairs(cfg) do
|
for name, info in pairs(cfg) do
|
||||||
if info.pop_ups == nil and info.stage then
|
if info.pop_ups == nil and info.stage and name ~= "arena_open" then
|
||||||
self.moduleUnlockChapterMap[info.stage] = true
|
self.moduleUnlockChapterMap[info.stage] = true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user