From f66d0695014da92dc821e1b207a58ba733b1066c Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期五, 24 八月 2018 11:49:03 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/Rune/RunePanel.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/System/Rune/RunePanel.cs b/System/Rune/RunePanel.cs
index a530698..7831dd3 100644
--- a/System/Rune/RunePanel.cs
+++ b/System/Rune/RunePanel.cs
@@ -103,7 +103,10 @@
}
protected override void OnAfterClose()
{
- WindowCenter.Instance.Open<MainInterfaceWin>();
+ if (!WindowJumpMgr.Instance.IsJumpState)
+ {
+ WindowCenter.Instance.Open<MainInterfaceWin>();
+ }
}
private void CloseChild()
--
Gitblit v1.8.0