Skip to content

Commit

Permalink
advanced
Browse files Browse the repository at this point in the history
Signed-off-by: Erymanthus[#5074] | (u/)RayDeeUx <[email protected]>
  • Loading branch information
RayDeeUx committed Dec 8, 2023
1 parent 72d343f commit 3aebf85
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class MenuItemDisplayOverlayPlayerAdvanced : AbstractMenuStackSize() {
}

@SubscribeEvent
fun onRenderItemTip(event: RenderItemTipEvent) {
override fun onRenderItemTip(event: RenderItemTipEvent) {
isDepositCoinsItemNamePattern.matchMatcher(event.stack.cleanName()) { return }
/*
so apparently i have to make a whole separate event for the bank balance display.
Expand All @@ -116,7 +116,7 @@ class MenuItemDisplayOverlayPlayerAdvanced : AbstractMenuStackSize() {
- ery
*/
event.stackTip = getStackTip(event.stack)
super.onRenderItemTip(event)
}


Expand Down

0 comments on commit 3aebf85

Please sign in to comment.