Fixed Book remove do consume using paper append do consume

This commit is contained in:
alexcrea 2025-03-18 22:00:27 +01:00
parent 74788b69af
commit 4ae53df238
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F

View file

@ -368,7 +368,7 @@ class AnvilResultListener : Listener {
if (lore.isEmpty()) return false if (lore.isEmpty()) return false
val rightCopy : ItemStack? val rightCopy : ItemStack?
if (LoreEditType.APPEND_PAPER.doConsume) { if (LoreEditType.REMOVE_BOOK.doConsume) {
rightCopy = null rightCopy = null
} else { } else {
// Uncolor the page // Uncolor the page