Fix MPQ compilation

This commit is contained in:
Matt Nadareski
2024-11-04 11:29:36 -05:00
parent 058dfaeb37
commit 42df482ffa

View File

@@ -39,7 +39,7 @@ namespace BinaryObjectScanner.FileType
// If we can't read the listfile, we just return
if (!listStream.CanRead)
return null;
return false;
// Read the listfile in for processing
using (var sr = new StreamReader(listStream))