NOISSUE stop update task when it can't read version files
This commit is contained in:
parent
b7d8e512f4
commit
9e3534f2f6
@ -178,6 +178,7 @@ void OneSixUpdate::jarlibStart()
|
|||||||
if(inst->flags() & BaseInstance::VersionBrokenFlag)
|
if(inst->flags() & BaseInstance::VersionBrokenFlag)
|
||||||
{
|
{
|
||||||
emitFailed(tr("Failed to load the version description files - check the instance for errors."));
|
emitFailed(tr("Failed to load the version description files - check the instance for errors."));
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Build a list of URLs that will need to be downloaded.
|
// Build a list of URLs that will need to be downloaded.
|
||||||
|
Loading…
Reference in New Issue
Block a user