Fix helper in Executable

This commit is contained in:
Matt Nadareski
2023-03-13 20:39:50 -04:00
parent f734e3a58a
commit ab2daf2a80

View File

@@ -291,7 +291,7 @@ namespace BurnOutSharp.FileType
return false;
// If we have a valid content check based on settings
if (scanPackers || !checkClass.GetType().Namespace.ToLowerInvariant().Contains("packertype"))
if (scanPackers || !checkClass.GetType().Namespace.ToLowerInvariant().Contains("packer"))
return true;
// Everything else fails