Fix RankConfig

This commit is contained in:
nossr50 2023-04-17 12:17:28 -07:00
parent f40f68bdf0
commit 684e96ff6b

View File

@ -195,6 +195,6 @@ public class RankConfig extends BukkitConfig {
resetRankValue(subSkillType, index, false); resetRankValue(subSkillType, index, false);
} }
saveConfig(); updateFile();
} }
} }