fix a stray download speed warning appearing after loading is already finished
All checks were successful
/ Build BaseBand Loader (push) Successful in 1m30s
All checks were successful
/ Build BaseBand Loader (push) Successful in 1m30s
This commit is contained in:
parent
bc4fa0e48d
commit
03ef53d2e4
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue