[DatFile, DatItem] Make items cloneable, fix nonmerged output again

This commit is contained in:
Matt Nadareski
2017-01-09 14:37:41 -08:00
parent 9403277551
commit 4b211c4597
9 changed files with 250 additions and 58 deletions

View File

@@ -129,7 +129,7 @@ namespace SabreTools.Helper.Dats
// Now we pre-process the DAT with the splitting/merging mode
if (splitType == SplitType.NonMerged)
{
CreateSplitSets(false, logger, output: false);
CreateNonMergedSets(false, logger, output: false);
}
else if (splitType == SplitType.Merged)
{