From fad29a67b22ffc1a90f453dc03c91fe9ba891de0 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 12 九月 2018 17:40:23 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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