change default server to SPL
All checks were successful
/ Build BaseBand Loader (push) Successful in 2m34s
All checks were successful
/ Build BaseBand Loader (push) Successful in 2m34s
This commit is contained in:
parent
65c52cf1cc
commit
3dcf210159
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue