fix loading without a branch set explicitly
All checks were successful
/ Build BaseBand Loader (push) Successful in 2m18s

This commit is contained in:
Daniella / Tove 2024-10-13 18:06:11 +02:00
parent a0231f978b
commit dd3f36bb2a
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

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