We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3bbc55 commit f7fa39dCopy full SHA for f7fa39d
Client/loader/Install.cpp
@@ -929,14 +929,14 @@ SString CheckOnRestartCommand()
929
success = ShellExecuteBlocking("open", strFile, strParameters.SplitRight("###"));
930
}
931
932
+ // Stop progress bar
933
+ StopPseudoProgress();
934
+
935
if (!success)
936
return "FileError3";
937
938
deleteSourceRoot.Release();
939
- // Stop progress bar
- StopPseudoProgress();
-
940
// If a new "Multi Theft Auto.exe" exists, let that complete the install
941
if (FileExists(MTA_EXE_NAME_RELEASE))
942
return "install from far " + strOperation + " " + strParameters;
0 commit comments