Fail if we fail to find the right forge version
This commit is contained in:
parent
74b5b5f535
commit
245d441a6e
1 changed files with 3 additions and 0 deletions
|
@ -27,7 +27,10 @@ public:
|
|||
}
|
||||
}
|
||||
if (!forgeVersion)
|
||||
{
|
||||
emitFailed(QString("Couldn't find forge version ") + version );
|
||||
return;
|
||||
}
|
||||
entry = MMC->metacache()->resolveEntry("minecraftforge", forgeVersion->filename);
|
||||
if (entry->stale)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue