launcher is now more linux friendly

This commit is contained in:
Anonymous275
2020-12-28 18:05:32 +02:00
parent fda7567044
commit 543183b852
2 changed files with 12 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ std::string GetVer(){
return "1.80";
}
std::string GetPatch(){
return ".9";
return ".10";
}
void ReLaunch(int argc,char*args[]){
std::string Arg;