From 12d18aeef4216dcf0aaf76c783f3ea7a3d02d4c8 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 11 九月 2018 15:05:29 +0800
Subject: [PATCH] 3449 【前端】安卓机增加返回键,弹出退出游戏提示
---
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