Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
balugaq committed Nov 23, 2024
1 parent e426b10 commit 297c08b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public void init() {

@Override
public void newInstance(@Nonnull BlockMenu menu, @Nonnull Block b) {
addMenuClickHandler(BLUEPRINT_SLOT, (player, slot, clickedItem, clickAction) -> {
menu.addMenuClickHandler(BLUEPRINT_SLOT, (player, slot, clickedItem, clickAction) -> {
releaseCache(menu);
return true;
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public void init() {

@Override
public void newInstance(@Nonnull BlockMenu menu, @Nonnull Block b) {
addMenuClickHandler(BLUEPRINT_SLOT, (player, slot, clickedItem, clickAction) -> {
menu.addMenuClickHandler(BLUEPRINT_SLOT, (player, slot, clickedItem, clickAction) -> {
releaseCache(menu);
return true;
});
Expand Down

0 comments on commit 297c08b

Please sign in to comment.