Fix inverted setShinyPID copying EC

Thanks JSS!
This commit is contained in:
Kaphotics
2016-08-08 18:32:13 -07:00
parent 2ce5e442b1
commit c757f59377

View File

@@ -2105,7 +2105,7 @@ private void updateShinyPID(object sender, EventArgs e)
pkm.setShinyPID();
TB_PID.Text = pkm.PID.ToString("X8");
if (pkm.Format >= 6)
if (pkm.Format < 6)
TB_EC.Text = TB_PID.Text;
getQuickFiller(dragout);