Update "Geyser Servers" to "TydiumCraft"

This commit is contained in:
Tydium 2021-03-28 23:50:24 -04:00 committed by GitHub
parent 4a6f395602
commit ac40e015c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ public class UIHandler {
SimpleFormWindow window = new SimpleFormWindow("Main Menu", "");
window.getButtons().add(new FormButton("Official Servers"));
window.getButtons().add(new FormButton("Geyser Servers"));
window.getButtons().add(new FormButton("TydiumCraft"));
// Add a buttons for custom servers
if (MasterServer.getInstance().getGeyserConnectConfig().getCustomServers().isEnabled()) {