| System/MainInterfacePanel/PlayerTaskDatas.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| System/MainInterfacePanel/TaskListTip.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/MainInterfacePanel/PlayerTaskDatas.cs
@@ -274,7 +274,7 @@ } catch (Exception ex) { DebugEx.Log(ex); DebugEx.Log(ex.StackTrace); } } System/MainInterfacePanel/TaskListTip.cs
@@ -307,6 +307,8 @@ TaskScheduling(); for (int i = 0; i < _list.Count; i++) { if (i <= Content.childCount-1) { GameObject childObj = Content.GetChild(i).gameObject; TaskType childObjTaskType = Content.GetChild(i).gameObject.GetComponent<TaskType>(); if (childObj.activeSelf && childObjTaskType.TaskID == MissionID) @@ -321,6 +323,8 @@ } } } } SetLength(); TaskJump(); }