diff --git a/BizHawk.MultiClient/tools/ToolHelpers.cs b/BizHawk.MultiClient/tools/ToolHelpers.cs index a6ed51b7ad..db8ae9662a 100644 --- a/BizHawk.MultiClient/tools/ToolHelpers.cs +++ b/BizHawk.MultiClient/tools/ToolHelpers.cs @@ -72,7 +72,10 @@ namespace BizHawk.MultiClient { if (!watch.IsSeparator) { - Cheat cheat = new Cheat(watch, watch.Value.Value, compare: null, enabled: true); + Global.CheatList.Add( + new Cheat(watch, watch.Value.Value, compare: null, enabled: true) + ); + } }