Skip to content

Commit

Permalink
fix tooltips not shown for other uis anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilzinsel64 committed Jan 8, 2025
1 parent 12bc14d commit ff42018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/zerofall/ezstorage/nei/NeiHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ public boolean objectUnderMouse(GuiContainer gui, int mousex, int mousey) {

@Override
public boolean shouldShowTooltip(GuiContainer gui) {
return gui instanceof GuiStorageCore guiStorageCore && guiStorageCore.getMouseOverItem() != null;
return true;
}
}

0 comments on commit ff42018

Please sign in to comment.