mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-08 22:37:38 +01:00
Fixed other bug
This commit is contained in:
parent
991004236d
commit
c6ae51dc0c
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user