oops, fix freezing of addresses from Ram Search and Ram Watch
This commit is contained in:
parent
e1a81d1716
commit
a41f192aa0
|
@ -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)
|
||||
);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue