make the loader action run maybe
This commit is contained in:
parent
8308fefcbb
commit
a781b2f748
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ public class Loader implements Util {
|
|||
Response status = Response.values()[inputStream.readInt()];
|
||||
|
||||
LOGGER.info(status.name);
|
||||
//
|
||||
|
||||
if(status == Response.OUTDATED) {
|
||||
LOGGER.info("BaseBand is downloading an update.");
|
||||
|
|
Loading…
Add table
Reference in a new issue