NOISSUE use https for downloading assets
This commit is contained in:
parent
24fd2918c7
commit
9b74e73ad3
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user