From 68254e5c82e7aed34a686dc6474ba24daf94fbd5 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 23 四月 2019 15:59:45 +0800
Subject: [PATCH] 6584 【2.0】【前端】定海神针认主
---
System/WindowBase/WindowCenter.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/System/WindowBase/WindowCenter.cs b/System/WindowBase/WindowCenter.cs
index 8ad1711..3789cd3 100644
--- a/System/WindowBase/WindowCenter.cs
+++ b/System/WindowBase/WindowCenter.cs
@@ -606,7 +606,8 @@
&& !IsOpen("DialogueDuidanceWin")
&& !IsOpen("TaskBoxBGMWin")
&& !IsOpen("WelcomeWin")
- && !IsOpen("HazyRegionDialogueWin");
+ && !IsOpen("HazyRegionDialogueWin")
+ && !IsOpen("NormalDialogueWin");
if (exceptOpen != IsOpen("MainInterfaceWin"))
{
--
Gitblit v1.8.0