mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-02-16 10:40:46 +00:00
Vehicle ghost fix, server list fix
This commit is contained in:
@@ -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[]){
|
||||
|
||||
Reference in New Issue
Block a user