mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 06:34:19 +00:00
Re-encrypt forest data when saving
Affected saves should just open and save with the current release and it'll re-encrypt.
This commit is contained in:
parent
dca76f50f7
commit
59be36294f
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ public partial class SAV_Misc5 : Form
|
|||
SaveSubway();
|
||||
SaveEntralink();
|
||||
|
||||
Forest.EnsureDecrypted(false);
|
||||
Origin.CopyChangesFrom(SAV);
|
||||
Close();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue