Ignore default value for name.
This commit is contained in:
parent
1561651ac1
commit
583d69713d
@ -193,7 +193,7 @@ namespace RobloxFiles.XmlFormat
|
|||||||
else if (a == b)
|
else if (a == b)
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
|
|
||||||
if (!isDefault)
|
if (!isDefault || propName == "Name")
|
||||||
{
|
{
|
||||||
XmlNode propNode = WriteProperty(prop, doc, file);
|
XmlNode propNode = WriteProperty(prop, doc, file);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user