From e3d17bbef6fde0302036b30811680ebabd230858 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 09 十二月 2024 20:43:11 +0800
Subject: [PATCH] 0312 还原主界面打开问题

---
 System/WindowJump/WindowJumpMgr.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/WindowJump/WindowJumpMgr.cs b/System/WindowJump/WindowJumpMgr.cs
index 636bc6c..7b88e6e 100644
--- a/System/WindowJump/WindowJumpMgr.cs
+++ b/System/WindowJump/WindowJumpMgr.cs
@@ -1830,7 +1830,7 @@
             {
                 DeadModel.PlayerDie(PlayerDatas.Instance.baseData.PlayerID);
             }
-            WindowCenter.Instance.CalcMainInterfaceWin();
+            //WindowCenter.Instance.CalcMainInterfaceWin();
         }
     }
 

--
Gitblit v1.8.0