diff --git a/source/game/menu/menu_state_root.cpp b/source/game/menu/menu_state_root.cpp index ead197586..d915a38a9 100644 --- a/source/game/menu/menu_state_root.cpp +++ b/source/game/menu/menu_state_root.cpp @@ -872,7 +872,6 @@ namespace Game { snprintf(szMsg, 8096, "A new update was detected: %s, do you want to download the update now?", updateMetaData.c_str()); showFTPMessageBox(szMsg, "Update", false, false); - system(" http://google.com"); } } }