From 156070a18b0d60697d814739f6b6a87f5a51962e Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期二, 23 四月 2019 17:10:56 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 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