diff --git a/Assets/Scripts/Xml/XmlParser.cs b/Assets/Scripts/Xml/XmlParser.cs index b8cc804b..b643f5d3 100644 --- a/Assets/Scripts/Xml/XmlParser.cs +++ b/Assets/Scripts/Xml/XmlParser.cs @@ -598,7 +598,7 @@ namespace XMLTool act.args.Add("nearTime","0"); } - XAttribute normalTime = action.Attribute("farTinormalTimeme"); + XAttribute normalTime = action.Attribute("normalTime"); if (normalTime != null) { act.args.Add("normalTime", normalTime.Value);