fix a stray download speed warning appearing after loading is already finished
All checks were successful
/ Build BaseBand Loader (push) Successful in 1m30s

This commit is contained in:
Daniella / Tove 2024-06-25 11:16:26 +02:00
parent bc4fa0e48d
commit 03ef53d2e4
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -223,9 +223,9 @@ public class Loader implements Util {
downloadUpdated.unlock();
continueDownload.waitHere();
}
downloadUpdated.unlock();
LOGGER.info("BaseBand downloaded: {} chunks.", data.size());
classLoader = new CustomClassLoader(data);
downloadUpdated.unlock();
classLoader.inject();
classLoader.informClient(clientData);
} catch (Exception e) {