fix space

This commit is contained in:
kireevm96 2021-10-06 12:12:54 +03:00
parent 5678743530
commit c4c7b7d823

View File

@ -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;
}