I need coffee

This commit is contained in:
mathusummut 2019-03-21 10:18:04 +01:00
parent 05c6b602a7
commit 2202759d1e

View File

@ -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("<mybrowser> http://google.com");
}
}
}