浏览代码

卡牌fix

guodong 3 年之前
父节点
当前提交
992f4669b7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      GameClient/Assets/Game/HotUpdate/Controller/LogController.cs

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Controller/LogController.cs

@@ -23,7 +23,7 @@ namespace GFGGame
             msgDic.Add(_all, new List<string>());
             msgDic.Add(_error, new List<string>());
             msgDic.Add(_log, new List<string>());
-            if (LauncherConfig.netType == EnumNetType.LOCAL)
+            if (LauncherConfig.onDebug == 1)
             {
                 this.CreatBtnLog();
             }
@@ -70,7 +70,7 @@ namespace GFGGame
                         _btnLog.m_c1.selectedIndex = 1;
                         _btnLog.target.alpha = 1;
                     }
-                    if (LauncherConfig.netType == EnumNetType.LOCAL)
+                    if (LauncherConfig.onDebug == 1)
                     {
                         this.SetBtnLogVisable(true);
                     }