mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[FileTools] Fix compatibility with older and non-compliant XML DATs
This commit is contained in:
@@ -110,6 +110,11 @@ namespace SabreTools.Helper
|
||||
{
|
||||
return OutputFormat.OfflineList;
|
||||
}
|
||||
// Older and non-compliant DATs
|
||||
else
|
||||
{
|
||||
return OutputFormat.Xml;
|
||||
}
|
||||
}
|
||||
|
||||
// If we have an INI-based DAT
|
||||
|
||||
Reference in New Issue
Block a user