修复无尽副本过渡期间依然可以进入的问题

gaoxin 2020-10-13 22:30:06 +08:00
parent 2e57796328
commit c3198d413d
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ function this.BtnClick(id)
PopupTipPanel.ShowTip(string.format(Language[12297],config.OpenRules[2]))
end
elseif id == FUNCTION_OPEN_TYPE.ENDLESS then
if ActTimeCtrlManager.IsQualifiled(id) then
if ActTimeCtrlManager.SingleFuncState(id) then
MapManager.curCarbonType = CarBonTypeId.ENDLESS
MapManager.SetViewSize(3)--设置视野范围(明雷形式)
UIManager.OpenPanel(UIName.EndLessCarbonPanel)