Ignore default value for name.

This commit is contained in:
Max 2022-10-11 19:35:27 -05:00
parent 1561651ac1
commit 583d69713d

View File

@ -193,7 +193,7 @@ namespace RobloxFiles.XmlFormat
else if (a == b)
isDefault = true;
if (!isDefault)
if (!isDefault || propName == "Name")
{
XmlNode propNode = WriteProperty(prop, doc, file);