This commit is contained in:
Anonymous275
2021-01-01 16:36:44 +02:00
parent 00313e32f9
commit 075d4a8c4d
4 changed files with 17 additions and 6 deletions

View File

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