forked from git-mirrors/GeyserConnect
Change UI to say Bedrock/Geyser server for clarity
This commit is contained in:
parent
4fdf70ed6e
commit
6b874def46
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue