[SabreTools, Enums] "Split" should be "NonMerged"

This commit is contained in:
Matt Nadareski
2017-01-09 12:13:53 -08:00
parent 2bd5b72ac7
commit 9b7e486749
5 changed files with 7 additions and 7 deletions

View File

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