Skip to content

Commit

Permalink
Move config button up so it doesn't hide the refresh skin button
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed Mar 28, 2021
1 parent 913cc6f commit 1c71fbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class MixinGuiIngameMenu extends GuiScreen {
@Inject(method = "initGui", at = @At("TAIL"))
private void addGuiButtons(CallbackInfo ci) {
if (Config.showConfigOnEscape) {
this.buttonList.add(configButton = new GuiButton(-69420, 2,this.height - 62, 100, 20, "ToggleSprint"));
this.buttonList.add(configButton = new GuiButton(-69420, 2,this.height - 82, 100, 20, "ToggleSprint"));
}
}

Expand Down

0 comments on commit 1c71fbc

Please sign in to comment.