Skip to content

Commit 06bc26a

Browse files
committed
moved sessionIdLoginScreen button
1 parent 091036d commit 06bc26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/dark/zewo2/mixin/MultiplayerScreenMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ private void onInit(CallbackInfo info) {
2323
addDrawableChild(ButtonWidget.builder(Text.of(Addon.CATEGORY.toString()), button -> {
2424
client.setScreen(new accounts(GuiThemes.get(), (MultiplayerScreen) (Object) this));
2525
})
26-
.position(this.width - 75 - 3 - 150 - 4, 3)
26+
.position(this.width - 75 -3, 512 + 3)
2727
.size(75, 20)
2828
.build());
2929
}

0 commit comments

Comments
 (0)