diff --git a/XmlFormat/XmlFileWriter.cs b/XmlFormat/XmlFileWriter.cs index cb9333c..a9b26c7 100644 --- a/XmlFormat/XmlFileWriter.cs +++ b/XmlFormat/XmlFileWriter.cs @@ -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);