Browse Source

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

zhaoyang 2 years ago
parent
commit
1664eddbc1
1 changed files with 4 additions and 0 deletions
  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);
             GuideCfg cfg = GuideCfgArray.Instance.GetCfg(guideKey);
             if (cfg == null || GuideDataManager.currentGuideId != 0 && GuideDataManager.currentGuideId != cfg.id) return false;
             if (cfg == null || GuideDataManager.currentGuideId != 0 && GuideDataManager.currentGuideId != cfg.id) return false;
             bool isPass = InstanceZonesDataManager.CheckLevelPass(cfg.storyLevelId);
             bool isPass = InstanceZonesDataManager.CheckLevelPass(cfg.storyLevelId);
+            if (guideKey == ConstGuideId.ARENA_OPEN)
+            {
+                return false;//临时屏蔽
+            }
             if (guideKey == ConstGuideId.ARENA_OPEN && (isPass || ArenaDataManager.Instance.IsArenaClearing))
             if (guideKey == ConstGuideId.ARENA_OPEN && (isPass || ArenaDataManager.Instance.IsArenaClearing))
             {
             {
                 return false;//竞技场结算中或已通关指定开启关卡,不引导
                 return false;//竞技场结算中或已通关指定开启关卡,不引导