mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 18:36:58 +03:00
NOISSUE stop using the path attributes from Mojang download info
It really should not dictate how are things stored and it just makes the metadata bigger for no reason.
This commit is contained in:
parent
07cde802e4
commit
fc28aacdea
2 changed files with 26 additions and 61 deletions
|
|
@ -74,7 +74,7 @@ Meta::BaseEntity::~BaseEntity()
|
|||
|
||||
QUrl Meta::BaseEntity::url() const
|
||||
{
|
||||
return QUrl("https://meta.multimc.org").resolved(localFilename());
|
||||
return QUrl("https://meta-dev.multimc.org").resolved(localFilename());
|
||||
}
|
||||
|
||||
bool Meta::BaseEntity::loadLocalFile()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue