From 3ef3040c8d8dab7757de77dd7dcc88bb8de2e221 Mon Sep 17 00:00:00 2001 From: Kurt Date: Sun, 5 Aug 2018 11:05:23 -0700 Subject: [PATCH] Refresh learnsets when finished editing learn not personal, lul Closes #358 --- pk3DS/Main.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pk3DS/Main.cs b/pk3DS/Main.cs index 55ac708..d49bc7c 100644 --- a/pk3DS/Main.cs +++ b/pk3DS/Main.cs @@ -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)