mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-20 09:06:44 -05:00
Use correct reference for unlocking events
Was unlocking the real save file, not the editing-shadow. Oops
This commit is contained in:
@@ -14,7 +14,7 @@ public SAV_Misc8b(SAV8BS sav)
|
||||
InitializeComponent();
|
||||
WinFormsUtil.TranslateInterface(this, Main.CurrentLanguage);
|
||||
SAV = (SAV8BS)(Origin = sav).Clone();
|
||||
Unlocker = new EventUnlocker8b(sav);
|
||||
Unlocker = new EventUnlocker8b(SAV);
|
||||
|
||||
ReadMain();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user