Fix reload value reference

As noted in post-close comments of #126
Thanks @sora10pls !
This commit is contained in:
Kurt 2017-04-16 22:37:50 -07:00
parent 1f377de7e2
commit f60a981c65

View File

@ -46,7 +46,7 @@ public ShinyRate()
else
{
Util.Alert(".code.bin was already patched for shiny rate.", "Loaded existing value.");
NUD_Rerolls.Value = val;
NUD_Rerolls.Value = instruction.Value;
}
modified = true;
}