From 78e07205c373a9a6edb5c45189678d5f4542afac Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Sun, 10 Jan 2021 22:15:18 +0100 Subject: [PATCH] Update PlayerInputAnvilInv.kt --- .../kspigot/chat/input/implementations/PlayerInputAnvilInv.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/net/axay/kspigot/chat/input/implementations/PlayerInputAnvilInv.kt b/src/main/kotlin/net/axay/kspigot/chat/input/implementations/PlayerInputAnvilInv.kt index 1c6f5d26..091f5f07 100644 --- a/src/main/kotlin/net/axay/kspigot/chat/input/implementations/PlayerInputAnvilInv.kt +++ b/src/main/kotlin/net/axay/kspigot/chat/input/implementations/PlayerInputAnvilInv.kt @@ -33,7 +33,7 @@ internal class PlayerInputAnvilInv( AnvilGUI.Response.text("Type here...") } .title("${KColors.ORANGERED}$invTitle") - .item( + .itemLeft( itemStack(Material.PAPER) { meta { lore = renameItemDescription.map { "${KColors.INDIANRED}$it" }