mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Full merged is based on non-merged, not merged
This commit is contained in:
@@ -135,9 +135,9 @@ namespace SabreTools.Helper.Dats
|
||||
{
|
||||
CreateMergedSets(false, logger, output: false);
|
||||
}
|
||||
else if (splitType == SplitType.MergedWithDevice)
|
||||
else if (splitType == SplitType.NotMergedWithDevice)
|
||||
{
|
||||
CreateFullyMergedSets(false, logger, output: false);
|
||||
CreateFullyNonMergedSets(false, logger, output: false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user