Skip to content

Commit 11e4758

Browse files
committed
remove silent for now on updater
1 parent a8e58eb commit 11e4758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GeneralsMD/Code/GameEngine/Source/GameNetwork/GeneralsOnline/OnlineServices_Init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ void NGMP_OnlineServicesManager::LaunchPatcher()
248248
shellexInfo.lpFile = strPatcherPath.c_str();
249249
shellexInfo.nShow = SW_SHOWNORMAL;
250250
shellexInfo.lpDirectory = GameDir;
251-
shellexInfo.lpParameters = "/VERYSILENT";
251+
//shellexInfo.lpParameters = "/VERYSILENT";
252252

253253
bool bPatcherExeExists = std::filesystem::exists(strPatcherPath) && std::filesystem::is_regular_file(strPatcherPath);
254254
bool bPatcherDirExists = std::filesystem::exists(strPatcherDir) && std::filesystem::is_directory(strPatcherDir);

0 commit comments

Comments
 (0)