Skip to content

Commit

Permalink
fix: Fix TradeMarketScreen crashing the game if the user closes an It…
Browse files Browse the repository at this point in the history
…emSharingScreen (#2354)
  • Loading branch information
kristofbolyai committed Mar 6, 2024
1 parent 9286e50 commit 4fc0a07
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ public void renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, fl

@Override
public void onClose() {
super.onClose();
McUtils.mc().setScreen(previousScreen);
}

Expand Down

0 comments on commit 4fc0a07

Please sign in to comment.