make the loader action run maybe
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 1m58s
/ Build BaseBand Loader (push) Successful in 1m18s
/ Build BaseBand Server (push) Successful in 1m15s

This commit is contained in:
Jess H 2024-06-14 02:14:09 +01:00
parent 8308fefcbb
commit a781b2f748
Signed by: UnixSystemV
GPG key ID: 9B21C50B68D67F19

View file

@ -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.");