mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-08 09:40:07 +01:00
Update dependencies, add todo
This commit is contained in:
parent
35ecfd2799
commit
ebfd90b12f
@ -103,7 +103,7 @@ public abstract class MixinMultiplayerScreen extends Screen {
|
||||
: Integer.toString(clientSideVersion));
|
||||
this.children.add(protocolVersion);
|
||||
|
||||
enableClientSideViaVersion = new ButtonWidget(this.width / 2 + 48, 13, 105, 15,
|
||||
enableClientSideViaVersion = new ButtonWidget(this.width / 2 + 48, 13, 105, 15, // TODO replace it with a button with icon
|
||||
I18n.translate("gui.enable_client_side_button"), button ->
|
||||
MinecraftClient.getInstance().openScreen(new YesNoScreen(
|
||||
answer -> {
|
||||
|
Loading…
Reference in New Issue
Block a user