浏览代码

Merge branch 'master' of http://10.108.64.190:3000/gfg/client

zhaoyang 2 年之前
父节点
当前提交
1664eddbc1
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      GameClient/Assets/Game/HotUpdate/Controller/GuideController.cs

+ 4 - 0
GameClient/Assets/Game/HotUpdate/Controller/GuideController.cs

@@ -73,6 +73,10 @@ namespace GFGGame
             GuideCfg cfg = GuideCfgArray.Instance.GetCfg(guideKey);
             if (cfg == null || GuideDataManager.currentGuideId != 0 && GuideDataManager.currentGuideId != cfg.id) return false;
             bool isPass = InstanceZonesDataManager.CheckLevelPass(cfg.storyLevelId);
+            if (guideKey == ConstGuideId.ARENA_OPEN)
+            {
+                return false;//临时屏蔽
+            }
             if (guideKey == ConstGuideId.ARENA_OPEN && (isPass || ArenaDataManager.Instance.IsArenaClearing))
             {
                 return false;//竞技场结算中或已通关指定开启关卡,不引导