mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Use DatHeader and DatStats
This commit is contained in:
@@ -157,7 +157,7 @@ namespace SabreTools.Library.Dats
|
||||
// If we are using tags from the DAT, set the proper input for split type unless overridden
|
||||
if (useTags && splitType == SplitType.None)
|
||||
{
|
||||
switch (_forceMerging)
|
||||
switch (ForceMerging)
|
||||
{
|
||||
case ForceMerging.None:
|
||||
// No-op
|
||||
|
||||
Reference in New Issue
Block a user