Refresh learnsets when finished editing learn

not personal, lul
Closes #358
This commit is contained in:
Kurt 2018-08-05 11:05:23 -07:00
parent 7943fbc750
commit 3ef3040c8d

View File

@ -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)