mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix SabreDat clobbering Logiqx on naming
This commit is contained in:
@@ -880,10 +880,12 @@ namespace SabreTools.Library.DatFiles
|
|||||||
if (DatFormat.HasFlag(DatFormat.Logiqx))
|
if (DatFormat.HasFlag(DatFormat.Logiqx))
|
||||||
{
|
{
|
||||||
outfileNames.Add(DatFormat.Logiqx, CreateOutFileNamesHelper(outDir, ".xml", overwrite));
|
outfileNames.Add(DatFormat.Logiqx, CreateOutFileNamesHelper(outDir, ".xml", overwrite));
|
||||||
|
usedExtensions.Add(".xml");
|
||||||
}
|
}
|
||||||
if (DatFormat.HasFlag(DatFormat.LogiqxDeprecated))
|
if (DatFormat.HasFlag(DatFormat.LogiqxDeprecated))
|
||||||
{
|
{
|
||||||
outfileNames.Add(DatFormat.LogiqxDeprecated, CreateOutFileNamesHelper(outDir, ".xml", overwrite));
|
outfileNames.Add(DatFormat.LogiqxDeprecated, CreateOutFileNamesHelper(outDir, ".xml", overwrite));
|
||||||
|
usedExtensions.Add(".xml");
|
||||||
}
|
}
|
||||||
|
|
||||||
// SabreDAT
|
// SabreDAT
|
||||||
|
|||||||
Reference in New Issue
Block a user