NOISSUE initial meta version will be 1, map 0 to 1
Metadata for version 1 will be at v1.meta.multimc.org
This commit is contained in:
parent
719f3e863a
commit
75c0046f41
3 changed files with 3 additions and 2 deletions
|
@ -74,7 +74,7 @@ Meta::BaseEntity::~BaseEntity()
|
|||
|
||||
QUrl Meta::BaseEntity::url() const
|
||||
{
|
||||
return QUrl("https://meta.multimc.org").resolved(localFilename());
|
||||
return QUrl("https://dev.meta.multimc.org").resolved(localFilename());
|
||||
}
|
||||
|
||||
bool Meta::BaseEntity::loadLocalFile()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue