fix a stray download speed warning appearing after loading is already finished
This commit is contained in:
parent
7f16ae0ec0
commit
123748211f
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue