mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +02:00
Fixed Book remove do consume using paper append do consume
This commit is contained in:
parent
8d0d34ae77
commit
064f446d68
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ class AnvilResultListener : Listener {
|
|||
if (lore.isEmpty()) return false
|
||||
|
||||
val rightCopy : ItemStack?
|
||||
if (LoreEditType.APPEND_PAPER.doConsume) {
|
||||
if (LoreEditType.REMOVE_BOOK.doConsume) {
|
||||
rightCopy = null
|
||||
} else {
|
||||
// Uncolor the page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue