NOISSUE switch MultiMC to the v1 meta endpoint
This commit is contained in:
parent
75c0046f41
commit
6c30c84b11
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ Meta::BaseEntity::~BaseEntity()
|
||||||
|
|
||||||
QUrl Meta::BaseEntity::url() const
|
QUrl Meta::BaseEntity::url() const
|
||||||
{
|
{
|
||||||
return QUrl("https://dev.meta.multimc.org").resolved(localFilename());
|
return QUrl("https://v1.meta.multimc.org").resolved(localFilename());
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Meta::BaseEntity::loadLocalFile()
|
bool Meta::BaseEntity::loadLocalFile()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue