mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-23 07:22:05 +08:00
GtxdFile: hotfix for Item XmlNode
This commit is contained in:
@@ -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++)
|
||||||
|
|||||||
Reference in New Issue
Block a user