From 9a6a266c024219266f4236b955849d3e7f67a526 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 8 Nov 2022 17:11:08 +0000 Subject: [PATCH] Fix --- eco-api/src/main/kotlin/com/willfp/ecomponent/CaptiveItem.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eco-api/src/main/kotlin/com/willfp/ecomponent/CaptiveItem.kt b/eco-api/src/main/kotlin/com/willfp/ecomponent/CaptiveItem.kt index 9cd21ad..6523b02 100644 --- a/eco-api/src/main/kotlin/com/willfp/ecomponent/CaptiveItem.kt +++ b/eco-api/src/main/kotlin/com/willfp/ecomponent/CaptiveItem.kt @@ -24,6 +24,8 @@ class CaptiveItem { this.menu = menu this.row = row this.column = column + + isBound = true } /** Get the item for a player. */