Update dependencies, add todo

This commit is contained in:
creeper123123321 2019-04-27 11:49:56 -03:00
parent 35ecfd2799
commit ebfd90b12f
No known key found for this signature in database
GPG Key ID: 0AC57D54786721D1

View File

@ -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 -> {