GtxdFile: hotfix for Item XmlNode

This commit is contained in:
Carmine 2018-01-03 21:54:32 +01:00
parent 3bb1343607
commit 27d5833c30

View File

@ -136,7 +136,7 @@ namespace CodeWalker.GameFiles
{
XmlDocument xmldoc = new XmlDocument();
xmldoc.LoadXml(xml);
XmlNodeList items = xmldoc.SelectNodes("CMapParentTxds/txdRelationships/item");
XmlNodeList items = xmldoc.SelectNodes("CMapParentTxds/txdRelationships/Item");
CMapParentTxds = new Dictionary<string, string>();
for (int i = 0; i < items.Count; i++)