Browse Source

竞技场未开启不飘字提示

zhaoyang 2 years ago
parent
commit
a9869665a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Data/ArenaDataManager.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Data/ArenaDataManager.cs

@@ -423,7 +423,7 @@ namespace GFGGame
         }
         }
         public void ReqArenaInfo()
         public void ReqArenaInfo()
         {
         {
-            if (FunctionOpenDataManager.Instance.CheckIsFunOpenById(typeof(ArenaView).Name))
+            if (FunctionOpenDataManager.Instance.CheckIsFunOpenById(typeof(ArenaView).Name, false))
             {
             {
                 ArenaSproxy.ReqArenaInfos().Coroutine();
                 ArenaSproxy.ReqArenaInfos().Coroutine();
                 ArenaSproxy.ReqArenaHistory().Coroutine();
                 ArenaSproxy.ReqArenaHistory().Coroutine();