mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-17 04:41:21 +01:00
fix space
This commit is contained in:
parent
5678743530
commit
c4c7b7d823
@ -65,7 +65,7 @@ public class EnchantmentConfig extends YamlExtendableConfig {
|
||||
for (String key : enchantmentKeys) {
|
||||
if (Enchantment.getByKey(NamespacedKey.minecraft(key)) != null) {
|
||||
enchantments.add(Enchantment.getByKey(NamespacedKey.minecraft(key)));
|
||||
}
|
||||
}
|
||||
}
|
||||
return enchantments;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user