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