소스 검색

修改bug

DESKTOP-BGJIU14\ck 1 일 전
부모
커밋
d30305ed5e
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      Assets/Scripts/GameUI/UI/MainPanel/MainPanel.cs

+ 4 - 4
Assets/Scripts/GameUI/UI/MainPanel/MainPanel.cs

@@ -542,10 +542,10 @@ namespace Fort23.Mono
         [CustomMethod(CustomMethodType.Update)]
         public void Update()
         {
-            if (Input.GetKeyDown(KeyCode.Y))
-            {
-                FTPLogUploader.Instance.UploadLogsToFTP();
-            }
+            // if (Input.GetKeyDown(KeyCode.Y))
+            // {
+            //     FTPLogUploader.Instance.UploadLogsToFTP();
+            // }
         
         
             // int currentMiao = (int)((TimeHelper.ClientNow() - PlayerManager.Instance.myHero.heroData.upTime) / 1000);