Writing to actual class

This commit is contained in:
Matt Nadareski
2020-12-10 14:03:07 -08:00
parent 114579f82f
commit 8f67c3e525
11 changed files with 35 additions and 25 deletions

View File

@@ -313,7 +313,7 @@ namespace SabreTools.DatFiles
newDatFile.Header.Type = null;
// Write out the temporary DAT to the proper directory
DatTool.Write(newDatFile, outDir);
Writer.Write(newDatFile, outDir);
}
/// <summary>