mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-24 08:44:11 -05:00
sync missing change
g already used
This commit is contained in:
@@ -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.
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user