mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 12:35:20 -05:00
sync missing change
g already used
This commit is contained in:
parent
f1cabdfa25
commit
0588135b60
|
|
@ -676,9 +676,9 @@ public override MysteryGiftAlbum GiftAlbum
|
|||
pgt.VerifyPKEncryption();
|
||||
else if (g is PCD pcd)
|
||||
{
|
||||
var g = pcd.Gift;
|
||||
if (g.VerifyPKEncryption())
|
||||
pcd.Gift = g; // set encrypted gift back to PCD.
|
||||
var dg = pcd.Gift;
|
||||
if (dg.VerifyPKEncryption())
|
||||
pcd.Gift = dg; // set encrypted gift back to PCD.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user