diff --git a/BurnOutSharp/ProtectionType/SafeDisc.cs b/BurnOutSharp/ProtectionType/SafeDisc.cs index 5b804264..42a643b1 100644 --- a/BurnOutSharp/ProtectionType/SafeDisc.cs +++ b/BurnOutSharp/ProtectionType/SafeDisc.cs @@ -214,7 +214,7 @@ namespace BurnOutSharp.ProtectionType else if (fi.Length == 11973) return "SafeDisc 3.20"; else - return "SafeDisc 2 or greater"; + return "SafeDisc 1 or greater"; } private static string GetVersion(byte[] fileContent, int position)