System/WindowJump/WindowJumpMgr.cs
@@ -80,6 +80,12 @@ for (int i = 0; i < windowKeys.Count; i++) { var key = windowKeys[i]; var type = WindowCenter.Instance.GetWindowType(key); if (type >= WindowType.Tip && type <= WindowType.Loading) { continue; } if (WindowCenter.Instance.IsOpen(key) && key != "NewBieWin") { if (!openWindows.ContainsKey(jumpPhase))