Vehicle ghost fix, server list fix

This commit is contained in:
Anonymous275
2020-11-07 23:29:42 +02:00
parent 7c2871f1b3
commit a2b6b29ea1
8 changed files with 60 additions and 98 deletions

View File

@@ -20,11 +20,11 @@ std::string GetEN(){
return r;
}
std::string GetVer(){
static std::string r = Sec("1.63");
static std::string r = Sec("1.70");
return r;
}
std::string GetPatch(){
static std::string r = Sec(".7");
static std::string r = Sec("");
return r;
}
void ReLaunch(int argc,char*args[]){