mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue