mirror of
https://github.com/GeyserMC/GeyserConnect.git
synced 2025-06-26 14:15:22 +02:00
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("Port", "25565", "25565"))
|
||||
.addComponent(new ToggleComponent("Online mode", true))
|
||||
.addComponent(new ToggleComponent("Bedrock server", false))
|
||||
.addComponent(new ToggleComponent("Bedrock/Geyser server", false))
|
||||
.build();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue