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