From b6b922bb6d7ca3bed50776b8ae18a8b2413323a1 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 09 十二月 2024 20:43:10 +0800
Subject: [PATCH] 0312 跳转打断导致主界面不打开的问题
---
System/WindowJump/WindowJumpMgr.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/System/WindowJump/WindowJumpMgr.cs b/System/WindowJump/WindowJumpMgr.cs
index fb3b77d..636bc6c 100644
--- a/System/WindowJump/WindowJumpMgr.cs
+++ b/System/WindowJump/WindowJumpMgr.cs
@@ -1830,6 +1830,7 @@
{
DeadModel.PlayerDie(PlayerDatas.Instance.baseData.PlayerID);
}
+ WindowCenter.Instance.CalcMainInterfaceWin();
}
}
--
Gitblit v1.8.0