mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
File types don't care about As flags
This commit is contained in:
@@ -324,7 +324,7 @@ namespace SabreTools.DatTools
|
||||
// If the entries list is null, we encountered an error or have a file and should scan externally
|
||||
if (entries == null && System.IO.File.Exists(file))
|
||||
{
|
||||
BaseFile? internalFileInfo = FileTypeTool.GetInfo(file, hashTypes, asFiles);
|
||||
BaseFile? internalFileInfo = FileTypeTool.GetInfo(file, hashTypes);
|
||||
|
||||
// Create the correct DatItem
|
||||
DatItem? internalDatItem;
|
||||
|
||||
Reference in New Issue
Block a user