[MergeDiff] Output first DAT in cascaded diff (not always pre-deduped)

This commit is contained in:
Matt Nadareski
2016-06-15 17:34:56 -07:00
parent 21549f002d
commit e7adaf802e

View File

@@ -438,7 +438,7 @@ namespace SabreTools
// Finally, loop through and output each of the DATs
start = DateTime.Now;
_logger.User("Outputting all created DATs");
for (int j = 1; j < _inputs.Count; j++)
for (int j = 0; j < _inputs.Count; j++)
{
// If we have an output directory set, replace the path
string path = "";