mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
fix lore meta issue on paper remove
This commit is contained in:
parent
d145eb1122
commit
5d427074a9
2 changed files with 8 additions and 7 deletions
|
|
@ -201,7 +201,8 @@ object AnvilLoreEditUtil {
|
|||
finalLore.addAll(meta.lore ?: emptyList())
|
||||
finalLore.addAll(lore)
|
||||
|
||||
meta.lore = lore
|
||||
meta.lore = finalLore
|
||||
result.itemMeta = meta
|
||||
if (result == first) return null
|
||||
|
||||
// Get color cost to uncolor this line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue