9
0
mirror of https://github.com/Auxilor/EcoArmor.git synced 2025-12-28 19:39:13 +00:00
This commit is contained in:
Auxilor
2022-10-13 20:20:59 +01:00
parent 825f0d39a9
commit b8310dccea

View File

@@ -61,7 +61,7 @@ object Tiers {
internal fun reload(plugin: EcoArmorPlugin) {
BY_ID.clear()
for ((id, config) in plugin.fetchConfigs("tiers")) {
for ((id, config) in plugin.fetchConfigs("tiers", dontShare = true)) {
Tier(id, config, plugin)
}