mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-23 07:14:49 +00:00
Else-If causes some issues
This commit is contained in:
@@ -13,7 +13,7 @@ namespace BurnOutSharp.ProtectionType
|
||||
if ((position = fileContent.IndexOf("CD-Cops, ver. ")) > -1)
|
||||
return "CD-Cops " + GetVersion(file, position);
|
||||
|
||||
else if (fileContent.Contains(".grand" + (char)0x00))
|
||||
if (fileContent.Contains(".grand" + (char)0x00))
|
||||
return "CD-Cops";
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user