This commit is contained in:
Auxilor
2022-09-29 17:33:45 +01:00
parent 1bb47a9f13
commit 753d148d1b
5 changed files with 10 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ class GUIListener(private val plugin: EcoPlugin) : Listener {
return
}
val delegate = this.getRealSlot(player, menu)
val delegate = this.getActionableSlot(player, menu)
if (delegate is EcoSlot) {
delegate.handleInventoryClick(event, menu)