修复无尽副本过渡期间依然可以进入的问题
parent
2e57796328
commit
c3198d413d
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue