mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[FileTools] Make detection of DAT formats more correctly
This commit is contained in:
@@ -106,7 +106,7 @@ namespace SabreTools.Helper
|
||||
{
|
||||
return OutputFormat.SabreDat;
|
||||
}
|
||||
else if (second.StartsWith("<dat"))
|
||||
else if (second.StartsWith("<dat") && !second.StartsWith("<datafile"))
|
||||
{
|
||||
return OutputFormat.OfflineList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user