소스 검색

卡牌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);
                     }