Add status shown specifically when downloading assets
This commit is contained in:
parent
20a332e97c
commit
4623aa44f5
1 changed files with 1 additions and 0 deletions
|
@ -248,6 +248,7 @@ void OneSixUpdate::assetIndexFinished()
|
|||
}
|
||||
if(dls.size())
|
||||
{
|
||||
setStatus("Getting the assets files from Mojang...");
|
||||
auto job = new NetJob("Assets for " + inst->name());
|
||||
for(auto dl: dls)
|
||||
job->addNetAction(dl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue