0.604.0.6040508

This commit is contained in:
Max
2023-11-28 21:07:30 -06:00
parent 9f4f3bbf63
commit 4bac4d4f3e
17 changed files with 6548 additions and 5027 deletions

View File

@ -113,7 +113,7 @@ namespace RobloxFiles.XmlFormat
RobloxFile.LogError(readError.Message);
}
instance.AddProperty(ref prop);
instance.AddProperty(prop);
}
else if (RobloxFile.LogErrors)
{

View File

@ -99,7 +99,7 @@ namespace RobloxFiles
Instance refInst = Instances[refId];
refProp.Value = refInst;
}
else if (refId != "null")
else if (refId != "null" && refId != "Ref")
{
LogError($"XmlRobloxFile: Could not resolve reference for {refProp.GetFullName()}");
refProp.Value = null;