From 8cec090fb3401ea9ccabb1ba0b7759b52db9252d Mon Sep 17 00:00:00 2001 From: enjarai Date: Tue, 11 Jul 2023 13:20:37 +0200 Subject: [PATCH] Not sure why this was here, hope you don't mind if I... YEET --- .../mineblock11/skinshuffle/client/gui/CarouselScreen.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/java/com/mineblock11/skinshuffle/client/gui/CarouselScreen.java b/src/main/java/com/mineblock11/skinshuffle/client/gui/CarouselScreen.java index dd17a9f..7541ad6 100644 --- a/src/main/java/com/mineblock11/skinshuffle/client/gui/CarouselScreen.java +++ b/src/main/java/com/mineblock11/skinshuffle/client/gui/CarouselScreen.java @@ -182,11 +182,6 @@ public void close() { this.client.setScreenAndRender(parent); } - @Override - public boolean shouldCloseOnEsc() { - return false; - } - @Override public void render(DrawContext graphics, int mouseX, int mouseY, float delta) { var cardAreaWidth = getCardWidth() + getCardGap();