fix a stray download speed warning appearing after loading is already finished

This commit is contained in:
Daniella / Tove 2024-06-25 10:11:42 +02:00
parent 7f16ae0ec0
commit 123748211f
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -212,6 +212,7 @@ public class Loader implements Util {
downloadUpdated.unlock();
continueDownload.waitHere();
}
downloadUpdated.unlock();
LOGGER.info("BaseBand downloaded: {} chunks.", data.size());
classLoader = new CustomClassLoader(data);
classLoader.inject();