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 a8e58eb commit 11e4758Copy full SHA for 11e4758
1 file changed
GeneralsMD/Code/GameEngine/Source/GameNetwork/GeneralsOnline/OnlineServices_Init.cpp
@@ -248,7 +248,7 @@ void NGMP_OnlineServicesManager::LaunchPatcher()
248
shellexInfo.lpFile = strPatcherPath.c_str();
249
shellexInfo.nShow = SW_SHOWNORMAL;
250
shellexInfo.lpDirectory = GameDir;
251
- shellexInfo.lpParameters = "/VERYSILENT";
+ //shellexInfo.lpParameters = "/VERYSILENT";
252
253
bool bPatcherExeExists = std::filesystem::exists(strPatcherPath) && std::filesystem::is_regular_file(strPatcherPath);
254
bool bPatcherDirExists = std::filesystem::exists(strPatcherDir) && std::filesystem::is_directory(strPatcherDir);
0 commit comments