做个容错

dev_chengFeng
jiaoyangna 2021-07-30 14:39:10 +08:00
parent 9266d81377
commit 83f2a96c34
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ end
function this.InitGroupIds(groupId)
local config = storyMapConfig[groupId]
if not config then
return
end
table.insert(this.groupConfigs,config)
if config.NextId and config.NextId > 0 then
this.InitGroupIds(config.NextId)