0.476.0.421371
This commit is contained in:
@ -65,6 +65,10 @@ namespace RobloxFiles
|
||||
if (child.Name == "Item")
|
||||
{
|
||||
Instance item = XmlRobloxFileReader.ReadInstance(child, this);
|
||||
|
||||
if (item == null)
|
||||
continue;
|
||||
|
||||
item.Parent = this;
|
||||
}
|
||||
else if (child.Name == "SharedStrings")
|
||||
|
Reference in New Issue
Block a user