From f7dc33c89b3b90a8cbc5999062519e58a5b8fa19 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 26 九月 2018 19:33:05 +0800
Subject: [PATCH] 3335 修理窗口管理api
---
System/MainInterfacePanel/TaskAllocation.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/TaskAllocation.cs b/System/MainInterfacePanel/TaskAllocation.cs
index 24c4dca..a6a9792 100644
--- a/System/MainInterfacePanel/TaskAllocation.cs
+++ b/System/MainInterfacePanel/TaskAllocation.cs
@@ -133,7 +133,7 @@
if (Gold >= NeedMoney)
{
taskmodel.CompletionOfTask(TaskID);
- if (WindowCenter.Instance.CheckOpen<SkillPanel>())
+ if (WindowCenter.Instance.IsOpen<SkillPanel>())
{
return;
}
--
Gitblit v1.8.0