refactor: switch Quilt mappings to hashed MojMap

This commit is contained in:
Sefa Eyeoglu
2022-04-09 14:56:07 +02:00
parent 35cfb41a9c
commit 89125fde22
2 changed files with 10 additions and 31 deletions

View File

@ -395,7 +395,7 @@ void VersionPage::on_actionChange_version_triggered()
return;
}
VersionSelectDialog vselect(list.get(), tr("Change %1 version").arg(name), this);
if (uid == "net.fabricmc.intermediary" || uid == "org.quiltmc.quilt-mappings")
if (uid == "net.fabricmc.intermediary" || uid == "org.quiltmc.hashed")
{
vselect.setEmptyString(tr("No intermediary mappings versions are currently available."));
vselect.setEmptyErrorString(tr("Couldn't load or download the intermediary mappings version lists!"));