Enable 21Studios scan

This commit is contained in:
Matt Nadareski
2020-10-28 22:51:14 -07:00
parent 3c5da9f7ec
commit c0621a83cb

View File

@@ -63,6 +63,11 @@ namespace BurnOutSharp.FileType
if (!string.IsNullOrWhiteSpace(protection))
protections.Add(protection);
// 21Studios Online Activation
protection = TwentyOneStudios.CheckContents(fileContent, includePosition);
if (!string.IsNullOrWhiteSpace(protection))
protections.Add(protection);
// ActiveMARK
protection = ActiveMARK.CheckContents(fileContent, includePosition);
if (!string.IsNullOrWhiteSpace(protection))