NOISSUE include json path in errors when FTB json is missing.
This commit is contained in:
parent
9b41986634
commit
9efdd7232c
@ -44,7 +44,7 @@ void FTBProfileStrategy::loadDefaultBuiltinPatches()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
throw VersionIncomplete("net.minecraft");
|
throw VersionIncomplete("net.minecraft : " + mcJson);
|
||||||
}
|
}
|
||||||
minecraftPatch->setOrder(-2);
|
minecraftPatch->setOrder(-2);
|
||||||
}
|
}
|
||||||
@ -86,7 +86,7 @@ void FTBProfileStrategy::loadDefaultBuiltinPatches()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
throw VersionIncomplete("org.multimc.ftb.pack");
|
throw VersionIncomplete("org.multimc.ftb.pack : " + mcJson);
|
||||||
}
|
}
|
||||||
packPatch->setOrder(1);
|
packPatch->setOrder(1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user