From b3b82915705dfee86db127d45eea6dd2442d6d92 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 21 十一月 2025 17:25:27 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/Core/GameEngine/Launch/LaunchInHot.cs | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/Main/Core/GameEngine/Launch/LaunchInHot.cs b/Main/Core/GameEngine/Launch/LaunchInHot.cs
index c6c9e25..740a69b 100644
--- a/Main/Core/GameEngine/Launch/LaunchInHot.cs
+++ b/Main/Core/GameEngine/Launch/LaunchInHot.cs
@@ -22,20 +22,6 @@
void Start()
{
-
-#if !UNITY_EDITOR
- if (File.Exists(Directory.GetParent(Application.persistentDataPath) + "/Debug") ||
- LocalSave.GetString("#@#BrancH") != string.Empty)
- {
- Debug.unityLogger.logEnabled = true;
- }
- else
- {
- Debug.unityLogger.logEnabled = false;
- }
-
-#endif
-
System.Net.ServicePointManager.DefaultConnectionLimit = 100;//璁剧疆http鏈�澶ц繛鎺ユ暟
Application.backgroundLoadingPriority = ThreadPriority.High;
Screen.sleepTimeout = SleepTimeout.NeverSleep;
--
Gitblit v1.8.0