From 9e3534f2f6d60dc4c1b14ebaa748c0cb26638a4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Fri, 18 Mar 2016 20:49:09 +0100 Subject: NOISSUE stop update task when it can't read version files --- logic/minecraft/onesix/OneSixUpdate.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/logic/minecraft/onesix/OneSixUpdate.cpp b/logic/minecraft/onesix/OneSixUpdate.cpp index b49f09b6..fe1d3a6e 100644 --- a/logic/minecraft/onesix/OneSixUpdate.cpp +++ b/logic/minecraft/onesix/OneSixUpdate.cpp @@ -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. -- cgit v1.2.3