mirror of
https://github.com/GeyserMC/GeyserConnect.git
synced 2025-06-26 14:15:22 +02:00
Update UIHandler.java
This commit is contained in:
parent
2d2bc2fa1b
commit
e79fdd2d62
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ public class UIHandler {
|
|||
.component(InputComponent.of("IP", server.getAddress(), server.getAddress()))
|
||||
.component(InputComponent.of("Port", port, port))
|
||||
.component(ToggleComponent.of("Czy serwer jest premium", server.isOnline()))
|
||||
.component(ToggleComponent.of("Czy serwer jest Bedrock/Geyser", server.isBedrock()))
|
||||
.component(ToggleComponent.of("Czy serwer jest Bedrock/GeyserProxy", server.isBedrock()))
|
||||
.build();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue