0.604.0.6040508
This commit is contained in:
@ -113,7 +113,7 @@ namespace RobloxFiles.XmlFormat
|
||||
RobloxFile.LogError(readError.Message);
|
||||
}
|
||||
|
||||
instance.AddProperty(ref prop);
|
||||
instance.AddProperty(prop);
|
||||
}
|
||||
else if (RobloxFile.LogErrors)
|
||||
{
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user