diff --git a/SabreTools.Helper/Objects/Dat/DatFile.cs b/SabreTools.Helper/Objects/Dat/DatFile.cs
index e9156c2a..509f932f 100644
--- a/SabreTools.Helper/Objects/Dat/DatFile.cs
+++ b/SabreTools.Helper/Objects/Dat/DatFile.cs
@@ -290,10 +290,10 @@ namespace SabreTools.Helper
///
/// Create a new Dat object with the included information (standard Dats)
///
- /// New filename
+ /// New filename
/// New name
/// New description
- /// New rootdir
+ /// New rootdir
/// New category
/// New version
/// New date
@@ -304,9 +304,9 @@ namespace SabreTools.Helper
/// New comment
/// New header
/// True to set SuperDAT type, false otherwise
- /// None, Split, Full
- /// None, Obsolete, Required, Ignore
- /// None, Zip, Unzip
+ /// None, Split, Full
+ /// None, Obsolete, Required, Ignore
+ /// None, Zip, Unzip
/// Non-zero flag for output format, zero otherwise for default
/// True to dedupe the roms in the DAT, false otherwise (default)
/// SortedDictionary of lists of DatItem objects
@@ -501,6 +501,7 @@ namespace SabreTools.Helper
ForceMerging = this.ForceMerging,
ForceNodump = this.ForceNodump,
ForcePacking = this.ForcePacking,
+ ExcludeOf = this.ExcludeOf,
OutputFormat = this.OutputFormat,
MergeRoms = this.MergeRoms,
Files = this.Files,
@@ -546,6 +547,7 @@ namespace SabreTools.Helper
ForceMerging = this.ForceMerging,
ForceNodump = this.ForceNodump,
ForcePacking = this.ForcePacking,
+ ExcludeOf = this.ExcludeOf,
OutputFormat = this.OutputFormat,
MergeRoms = this.MergeRoms,
Files = new SortedDictionary>(),