From e30ee01e9b30c2861192afcbba84f7c6fba90fca Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 03 十二月 2025 00:56:29 +0800
Subject: [PATCH] 0312 增加切换章节 副本加载; 调整自动的响应速度

---
 Main/System/Battle/BattleManager.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Main/System/Battle/BattleManager.cs b/Main/System/Battle/BattleManager.cs
index 14656c6..f19be2d 100644
--- a/Main/System/Battle/BattleManager.cs
+++ b/Main/System/Battle/BattleManager.cs
@@ -636,6 +636,10 @@
         }
         GameNetSystem.Instance.SendInfo(pack);
         Debug.Log("鎴樻枟鏃跺簭 鍙戣捣 " + Time.time);
+        if (mapID != 1)
+        {
+            UIManager.Instance.OpenWindow<MapLoadingWin>();
+        }
     }
 
     // 鑾峰彇褰撳墠姝e湪鏄剧ず鐨勬垬鏂楀満鏅悕绉帮紝濡傛灉娌℃湁鍒欒繑鍥炵┖瀛楃涓�

--
Gitblit v1.8.0