Skip to content

Commit

Permalink
fix: ui event (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
DebitCardz authored Jun 6, 2024
1 parent b431038 commit 04cf4c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ internal class GUIItemPickupListener(gui: GUI): GUIEventListener(gui) {
isCancelled = true
return
}
} else {
return
}

val guiSlot = gui.slots.getOrNull(slot)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ internal class GUIItemPlaceListener(gui: GUI) : GUIEventListener(gui) {
isCancelled = true
return
}
} else {
return
}

val guiSlot = gui.slots.getOrNull(slot)
Expand Down

0 comments on commit 04cf4c4

Please sign in to comment.