mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-26 00:43:00 +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();
|
||||
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++)
|
||||
|
Loading…
Reference in New Issue
Block a user