mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-08-02 01:34:17 -05:00
Refresh learnsets when finished editing learn
not personal, lul Closes #358
This commit is contained in:
parent
7943fbc750
commit
3ef3040c8d
|
|
@ -1,4 +1,4 @@
|
|||
/*----------------------------------------------------------------------------*/
|
||||
/*----------------------------------------------------------------------------*/
|
||||
/*-- This program is free software: you can redistribute it and/or modify --*/
|
||||
/*-- it under the terms of the GNU General Public License as published by --*/
|
||||
/*-- the Free Software Foundation, either version 3 of the License, or --*/
|
||||
|
|
@ -799,7 +799,7 @@ private void B_LevelUp_Click(object sender, EventArgs e)
|
|||
}
|
||||
Config.GARCLearnsets.Files = d;
|
||||
Config.GARCLearnsets.Save();
|
||||
Config.InitializePersonal();
|
||||
Config.InitializeLearnset();
|
||||
}).Start();
|
||||
}
|
||||
private void B_EggMove_Click(object sender, EventArgs e)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user