Fix Ram Poke dialog
This commit is contained in:
parent
f9bc7fd15e
commit
99ace126d2
|
@ -178,7 +178,7 @@ namespace BizHawk.MultiClient
|
||||||
}
|
}
|
||||||
|
|
||||||
int? x = GetSpecificValue();
|
int? x = GetSpecificValue();
|
||||||
if (x != null)
|
if (x == null)
|
||||||
{
|
{
|
||||||
MessageBox.Show("Missing or invalid value", "Invalid Value", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
MessageBox.Show("Missing or invalid value", "Invalid Value", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
ValueBox.Focus();
|
ValueBox.Focus();
|
||||||
|
|
Loading…
Reference in New Issue