From 7da5f5b780af330ecda645f5538e0917bd9eeb01 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 26 九月 2018 19:37:20 +0800
Subject: [PATCH] Merge branch 'master' into 1871天赋功能

---
 System/Debug/DebugController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Debug/DebugController.cs b/System/Debug/DebugController.cs
index e2c2ae5..3f864fc 100644
--- a/System/Debug/DebugController.cs
+++ b/System/Debug/DebugController.cs
@@ -57,7 +57,7 @@
 
         public void OpenGM()
         {
-            if (!WindowCenter.Instance.CheckOpen<GMInputWin>())
+            if (!WindowCenter.Instance.IsOpen<GMInputWin>())
             {
                 WindowCenter.Instance.Open<GMInputWin>();
             }

--
Gitblit v1.8.0