This commit is contained in:
parent
2225f80f0f
commit
05217190e8
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ public class Loader implements Util {
|
|||
}
|
||||
|
||||
if(options.getString("server").equals("spl")) {
|
||||
if(options.getBoolean("redownload")) {
|
||||
if(options.getBoolean("redownload") == Boolean.TRUE) {
|
||||
splUpdate();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue