Skip to content
This repository was archived by the owner on Oct 22, 2022. It is now read-only.

Commit 75f8234

Browse files
committed
[Refactor]
1 parent 06bf456 commit 75f8234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/travis/wurstplusthree/gui/CustomSplashScreen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public void mouseClicked(int mouseX, int mouseY, int mouseButton) {
115115
e.printStackTrace();
116116
}
117117
} else if (CustomSplashScreen.isHovered(this.x, this.y + 110, WurstplusThree.MENU_FONT_MANAGER.getTextWidth("alts"), WurstplusThree.MENU_FONT_MANAGER.getTextHeight(), mouseX, mouseY)) {
118-
this.mc.displayGuiScreen(new MainAltGui());
118+
//this.mc.displayGuiScreen(new MainAltGui());
119119
}
120120
else if (CustomSplashScreen.isHovered(this.x, this.y + 132, WurstplusThree.MENU_FONT_MANAGER.getTextWidth("log"), WurstplusThree.MENU_FONT_MANAGER.getTextHeight(), mouseX, mouseY)) {
121121
this.mc.shutdown();

0 commit comments

Comments
 (0)