21 -> 321, add a couple protection notes

This commit is contained in:
Matt Nadareski
2020-10-29 10:05:56 -07:00
parent 2d2cff4d0e
commit f182dccbf2
5 changed files with 47 additions and 17 deletions

View File

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