1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-19 10:22:58 +01:00

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);
}
saveConfig();
updateFile();
}
}