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:
Kurt 2024-03-20 00:42:05 -05:00
parent dca76f50f7
commit 59be36294f

View file

@ -50,6 +50,7 @@ public partial class SAV_Misc5 : Form
SaveSubway();
SaveEntralink();
Forest.EnsureDecrypted(false);
Origin.CopyChangesFrom(SAV);
Close();
}