Skip to content

Commit

Permalink
Reload emotes in the full menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-dencep committed Dec 3, 2024
1 parent 038c30f commit 15f12c4
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ protected void renderBlurredBackground(float f) {
super.renderBlurredBackground(f);
}

@Override
protected void repositionElements() {
addOptions();
super.repositionElements();
}

@Override
public boolean isPauseScreen() {
return false;
Expand Down

0 comments on commit 15f12c4

Please sign in to comment.