System/MainInterfacePanel/PlayerTaskDatas.cs
@@ -264,7 +264,7 @@ } catch (Exception ex) { DesignDebug.Log(ex); DebugEx.Log(ex); } } @@ -372,7 +372,7 @@ var config = ConfigManager.Instance.GetTemplate<PyTaskConfig>(MissionID); if (config == null) { DesignDebug.LogError(MissionID + "表格中不存在此任务ID"); DebugEx.LogError(MissionID + "表格中不存在此任务ID"); return; } @@ -1171,7 +1171,7 @@ } catch (Exception ex) { DesignDebug.Log(ex); DebugEx.Log(ex); } } @@ -1300,7 +1300,7 @@ } catch (Exception ex) { DesignDebug.Log(ex); DebugEx.Log(ex); } }