Try to reconsile header values again

This commit is contained in:
Matt Nadareski
2025-05-12 22:40:55 -04:00
parent 6ed1cca60e
commit eb7430e716
3 changed files with 37 additions and 23 deletions

View File

@@ -149,6 +149,9 @@ namespace SabreTools.DatTools
statsOnly: statsOnly,
filterRunner: filterRunner,
throwOnError: throwOnError);
// Copy the header values back
datFile.SetHeader(parsingDatFile.Header);
}
catch (Exception ex) when (!throwOnError)
{