NOISSUE use https for downloading assets

This commit is contained in:
Petr Mrázek 2018-11-02 10:28:50 +01:00
parent 24fd2918c7
commit 9b74e73ad3

View File

@ -212,7 +212,7 @@ QString AssetObject::getLocalPath()
QUrl AssetObject::getUrl()
{
return QUrl("http://resources.download.minecraft.net/" + getRelPath());
return QUrl("https://resources.download.minecraft.net/" + getRelPath());
}
QString AssetObject::getRelPath()