1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-20 16:01:26 +02:00

Fix RankConfig

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

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