NOISSUE stop update task when it can't read version files
This commit is contained in:
parent
b7d8e512f4
commit
9e3534f2f6
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ void OneSixUpdate::jarlibStart()
|
|||
if(inst->flags() & BaseInstance::VersionBrokenFlag)
|
||||
{
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue