change default server to SPL
All checks were successful
/ Build BaseBand Loader (push) Successful in 2m34s

This commit is contained in:
Daniella / Tove 2024-10-14 03:58:02 +02:00
parent 65c52cf1cc
commit 3dcf210159
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -260,7 +260,7 @@ public class Loader implements Util {
.spacer()
.option("Exit Minecraft", x -> exit(0))
.show();
options.setIfAbsent("server", "java");
options.setIfAbsent("server", "spl");
options.setIfAbsent("branch", "release");
options.setIfAbsent("ip", "baseband.com.de");
options.setIfAbsent("disabled-modules", new TCNArray());