fix a nullptr
All checks were successful
/ Build BaseBand Loader (push) Successful in 2m28s

This commit is contained in:
Daniella / Tove 2024-10-14 03:17:40 +02:00
parent 2225f80f0f
commit 05217190e8
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -358,7 +358,7 @@ public class Loader implements Util {
} }
if(options.getString("server").equals("spl")) { if(options.getString("server").equals("spl")) {
if(options.getBoolean("redownload")) { if(options.getBoolean("redownload") == Boolean.TRUE) {
splUpdate(); splUpdate();
} }