Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Nov 8, 2022
1 parent 2bae1b7 commit 9a6a266
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eco-api/src/main/kotlin/com/willfp/ecomponent/CaptiveItem.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class CaptiveItem {
this.menu = menu
this.row = row
this.column = column

isBound = true
}

/** Get the item for a player. */
Expand Down

0 comments on commit 9a6a266

Please sign in to comment.