Fixed issue with the key file not loading correctly.

This commit is contained in:
Brianna 2019-10-30 21:10:02 -04:00
parent 2fed466f51
commit 92579e9fee
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ public class UltimateKits extends SongodaPlugin {
// load kits
dataFile.load();
keyFile.load();
checkKeyDefaults();
loadKits();
keyFile.saveChanges();