Skip to content

Commit

Permalink
moved sessionIdLoginScreen button
Browse files Browse the repository at this point in the history
  • Loading branch information
Nxyi committed Aug 6, 2023
1 parent 091036d commit 06bc26a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ private void onInit(CallbackInfo info) {
addDrawableChild(ButtonWidget.builder(Text.of(Addon.CATEGORY.toString()), button -> {
client.setScreen(new accounts(GuiThemes.get(), (MultiplayerScreen) (Object) this));
})
.position(this.width - 75 - 3 - 150 - 4, 3)
.position(this.width - 75 -3, 512 + 3)
.size(75, 20)
.build());
}
Expand Down

0 comments on commit 06bc26a

Please sign in to comment.