Fixed other bug

This commit is contained in:
Auxilor 2022-09-11 10:15:32 +01:00
parent 991004236d
commit c6ae51dc0c

View File

@ -127,7 +127,7 @@ class VanillaEcoEnchantLike(
return false
}
if (item.type == Material.BOOK || item.type == Material.ENCHANTED_BOOK) {
if (item.type == Material.ENCHANTED_BOOK) {
return true
}