mirror of
https://github.com/GeyserMC/GeyserConnect.git
synced 2025-06-26 14:15:22 +02:00
Change placeholder for server address
This commit is contained in:
parent
456d91393a
commit
445f9b63df
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ public class UIHandler {
|
|||
*/
|
||||
public static FormWindow getDirectConnect() {
|
||||
return new CustomFormBuilder("Direct Connect")
|
||||
.addComponent(new InputComponent("IP", "play.cubecraft.net", ""))
|
||||
.addComponent(new InputComponent("IP", "Server address", ""))
|
||||
.addComponent(new InputComponent("Port", "25565", "25565"))
|
||||
.addComponent(new ToggleComponent("Online mode", true))
|
||||
.addComponent(new ToggleComponent("Bedrock server", false))
|
||||
|
|
Loading…
Add table
Reference in a new issue