Add status shown specifically when downloading assets

This commit is contained in:
Sky 2013-12-14 10:06:32 +00:00
parent 20a332e97c
commit 4623aa44f5

View File

@ -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);