diff --git a/BizHawk.Client.Common/tools/CheatList.cs b/BizHawk.Client.Common/tools/CheatList.cs index d18bf10679..e735afb3f0 100644 --- a/BizHawk.Client.Common/tools/CheatList.cs +++ b/BizHawk.Client.Common/tools/CheatList.cs @@ -484,7 +484,7 @@ namespace BizHawk.Client.Common } // For backwards compatibility, don't assume these values exist - if (vals.Length > 8) + if (vals.Length > 9) { if(!Enum.TryParse(vals[9], out comparisonType)) {