mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-29 18:32:55 +08:00
GtxdFile: hotfix for Item XmlNode
This commit is contained in:
parent
3bb1343607
commit
27d5833c30
@ -136,7 +136,7 @@ namespace CodeWalker.GameFiles
|
|||||||
{
|
{
|
||||||
XmlDocument xmldoc = new XmlDocument();
|
XmlDocument xmldoc = new XmlDocument();
|
||||||
xmldoc.LoadXml(xml);
|
xmldoc.LoadXml(xml);
|
||||||
XmlNodeList items = xmldoc.SelectNodes("CMapParentTxds/txdRelationships/item");
|
XmlNodeList items = xmldoc.SelectNodes("CMapParentTxds/txdRelationships/Item");
|
||||||
|
|
||||||
CMapParentTxds = new Dictionary<string, string>();
|
CMapParentTxds = new Dictionary<string, string>();
|
||||||
for (int i = 0; i < items.Count; i++)
|
for (int i = 0; i < items.Count; i++)
|
||||||
|
Loading…
Reference in New Issue
Block a user