diff --git a/BizHawk.Client.Common/tools/CheatList.cs b/BizHawk.Client.Common/tools/CheatList.cs index 1e005efca7..c921f5d11b 100644 --- a/BizHawk.Client.Common/tools/CheatList.cs +++ b/BizHawk.Client.Common/tools/CheatList.cs @@ -374,8 +374,7 @@ namespace BizHawk.Client.Common BIGENDIAN ); - Cheat c = new Cheat(w, value, compare, !Global.Config.DisableCheatsOnLoad && ENABLED); - _cheatList.Add(c); + Add(new Cheat(w, value, compare, !Global.Config.DisableCheatsOnLoad && ENABLED)); } } catch