NOISSUE add a badge for crashed instances
Not persistent across MultiMC runs.
This commit is contained in:
parent
3780a25d27
commit
87dd951505
10 changed files with 65 additions and 75 deletions
|
@ -13,7 +13,7 @@ void LibrariesTask::executeTask()
|
|||
qDebug() << m_inst->name() << ": downloading libraries";
|
||||
OneSixInstance *inst = (OneSixInstance *)m_inst;
|
||||
inst->reloadProfile();
|
||||
if(inst->flags() & BaseInstance::VersionBrokenFlag)
|
||||
if(inst->hasVersionBroken())
|
||||
{
|
||||
emitFailed(tr("Failed to load the version description files - check the instance for errors."));
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue