Merge remote-tracking branch 'origin/master' into LouDi_Pig

This commit is contained in:
李浩 2024-12-24 18:40:23 +08:00
commit f64402dd17

View File

@ -598,7 +598,7 @@ namespace XMLTool
act.args.Add("nearTime","0"); act.args.Add("nearTime","0");
} }
XAttribute normalTime = action.Attribute("farTinormalTimeme"); XAttribute normalTime = action.Attribute("normalTime");
if (normalTime != null) if (normalTime != null)
{ {
act.args.Add("normalTime", normalTime.Value); act.args.Add("normalTime", normalTime.Value);