mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Apply DB superdat as well
This commit is contained in:
@@ -370,7 +370,7 @@ namespace SabreTools.Features
|
|||||||
if (string.Equals(userInputDat.Header.GetStringFieldValue(Models.Metadata.Header.TypeKey), "SuperDAT", StringComparison.OrdinalIgnoreCase))
|
if (string.Equals(userInputDat.Header.GetStringFieldValue(Models.Metadata.Header.TypeKey), "SuperDAT", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
MergeSplit.ApplySuperDAT(userInputDat, inputPaths);
|
MergeSplit.ApplySuperDAT(userInputDat, inputPaths);
|
||||||
//MergeSplit.ApplySuperDATDB(userInputDat, inputPaths);
|
MergeSplit.ApplySuperDATDB(userInputDat, inputPaths);
|
||||||
}
|
}
|
||||||
|
|
||||||
Writer.Write(userInputDat, OutputDir);
|
Writer.Write(userInputDat, OutputDir);
|
||||||
|
|||||||
Reference in New Issue
Block a user