fix loader crashing when selecting not to load baseband
All checks were successful
/ Build BaseBand Loader (push) Successful in 1m33s
All checks were successful
/ Build BaseBand Loader (push) Successful in 1m33s
This commit is contained in:
parent
93f8dfb8ad
commit
4e1aa9ad45
1 changed files with 0 additions and 3 deletions
|
@ -140,9 +140,6 @@ public class Loader implements Util {
|
|||
options.setIfAbsent("ip", "baseband.com.de");
|
||||
options.setIfAbsent("disabledModules", new TCNArray());
|
||||
|
||||
if(options.getBoolean("loadBaseBand") == Boolean.FALSE)
|
||||
return;
|
||||
|
||||
try(Socket client = new Socket(options.getString("ip"), 40000)) {
|
||||
client.setSoTimeout(5000);
|
||||
client.getOutputStream().write(0);
|
||||
|
|
Loading…
Add table
Reference in a new issue