From 74101a34120d715295fc4e52835593a200f2da95 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期二, 18 九月 2018 17:15:20 +0800
Subject: [PATCH] 3625 【前端】功能预告配置,下下个功能不显示
---
System/MainInterfacePanel/PlayerTaskDatas.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/MainInterfacePanel/PlayerTaskDatas.cs b/System/MainInterfacePanel/PlayerTaskDatas.cs
index 13f727e..2f46d01 100644
--- a/System/MainInterfacePanel/PlayerTaskDatas.cs
+++ b/System/MainInterfacePanel/PlayerTaskDatas.cs
@@ -209,7 +209,7 @@
{
try
{
- if (AutomaticityBool)
+ if (AutomaticityBool && MissionState!=3)
{
TaskupToDate = MissionID;
}
@@ -274,7 +274,7 @@
}
catch (Exception ex)
{
- DebugEx.Log(ex);
+ DebugEx.Log(ex.StackTrace);
}
}
--
Gitblit v1.8.0