少年修仙传客户端代码仓库
client_Zxw
2018-09-18 74101a34120d715295fc4e52835593a200f2da95
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);
        }
    }