Change UI to say Bedrock/Geyser server for clarity

This commit is contained in:
rtm516 2021-05-01 17:00:45 +01:00 committed by GitHub
parent 4fdf70ed6e
commit 6b874def46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,7 @@ public class UIHandler {
.addComponent(new InputComponent("IP", "play.cubecraft.net", "")) .addComponent(new InputComponent("IP", "play.cubecraft.net", ""))
.addComponent(new InputComponent("Port", "25565", "25565")) .addComponent(new InputComponent("Port", "25565", "25565"))
.addComponent(new ToggleComponent("Online mode", true)) .addComponent(new ToggleComponent("Online mode", true))
.addComponent(new ToggleComponent("Bedrock server", false)) .addComponent(new ToggleComponent("Bedrock/Geyser server", false))
.build(); .build();
} }