Fix update output issue

This commit is contained in:
Matt Nadareski
2020-08-01 21:54:42 -07:00
parent af0931c0f6
commit 3027fb732a
3 changed files with 20 additions and 8 deletions

View File

@@ -739,7 +739,7 @@ namespace SabreTools.Library.DatFiles
if (useGames)
Items.BucketBy(BucketedBy.Game, DedupeType.None);
else
Items.BucketBy(BucketedBy.CRC, DedupeType.Full);
Items.BucketBy(BucketedBy.CRC, DedupeType.None);
// Now we want to compare each input DAT against the base
foreach (ParentablePath path in inputs)