revert make the loader action run maybe
This commit is contained in:
Daniella / Tove 2024-06-14 09:48:15 +02:00
parent d47fa54875
commit 86cf9708d7

View file

@ -75,7 +75,6 @@ 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.");