mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
Save current facility on save action
unsaved combobox choices only are saved when the current index is changed, need to save when the form is closed (saved).
This commit is contained in:
parent
acb105b706
commit
fa78154df7
|
|
@ -244,6 +244,7 @@ private void Save()
|
|||
for (int i = 1; i < CLB_Reward.Items.Count; i++)
|
||||
SAV.SetFestaPrizeReceived(i - 1, r[(int)CLB_Reward.GetItemCheckState(i)]);
|
||||
|
||||
SaveFacility();
|
||||
foreach (FestaFacility facility in f)
|
||||
facility.CopyTo(SAV);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user