mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix update output issue
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user