1.80.92, fixed some startup crashes

This commit is contained in:
Anonymous275
2021-01-02 02:02:50 +02:00
parent c77f8742b4
commit 8e55edaa29
2 changed files with 16 additions and 3 deletions

View File

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