Fix SabreDat clobbering Logiqx on naming

This commit is contained in:
Matt Nadareski
2020-08-31 21:02:26 -07:00
parent 9bd05229f2
commit e162626043

View File

@@ -880,10 +880,12 @@ namespace SabreTools.Library.DatFiles
if (DatFormat.HasFlag(DatFormat.Logiqx))
{
outfileNames.Add(DatFormat.Logiqx, CreateOutFileNamesHelper(outDir, ".xml", overwrite));
usedExtensions.Add(".xml");
}
if (DatFormat.HasFlag(DatFormat.LogiqxDeprecated))
{
outfileNames.Add(DatFormat.LogiqxDeprecated, CreateOutFileNamesHelper(outDir, ".xml", overwrite));
usedExtensions.Add(".xml");
}
// SabreDAT