NOISSUE Rename Quilt intermediary references to hashed

This commit is contained in:
kb1000
2022-03-16 20:08:41 +01:00
parent b2e18253a1
commit 533cd09057
2 changed files with 2 additions and 2 deletions

View File

@@ -591,7 +591,7 @@ void ComponentUpdateTask::resolveDependencies(bool checkOnly)
{
component->m_version = "3.1.2";
}
else if (add.uid == "net.fabricmc.intermediary" || add.uid == "org.quiltmc.intermediary")
else if (add.uid == "net.fabricmc.intermediary" || add.uid == "org.quiltmc.hashed")
{
auto minecraft = std::find_if(components.begin(), components.end(), [](ComponentPtr & cmp){
return cmp->getID() == "net.minecraft";