From 3d965a207140a0f4f59463de155f391389ca483e Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 11 Oct 2016 18:02:55 +0200 Subject: [PATCH] Changed: Only return if downloading data --- .../tools/client/ryzom_installer/src/operationdialog.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp b/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp index cc2c09109..9fc47dde3 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp @@ -346,8 +346,10 @@ void COperationDialog::processUpdateProfilesNextStep() if (server.clientDownloadUrl == defaultServer.clientDownloadUrl) { if (QFile::exists("")) + { downloadData(); - return; + return; + } } } else