mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-19 05:42:09 +00:00
Fix MPQ compilation
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user