spammed errors will not close the launcher

This commit is contained in:
Anonymous275
2020-11-15 17:10:49 +02:00
parent c517a48fa6
commit b5fd281c8d
2 changed files with 1 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ std::string GetVer(){
return std::string(Sec("1.70"));
}
std::string GetPatch(){
return std::string(Sec(".1"));
return std::string(Sec(".2"));
}
void ReLaunch(int argc,char*args[]){
std::string Arg;