Launcher v2 updated strings

This commit is contained in:
Starystars67
2021-03-29 22:15:50 +01:00
parent 83b43d782d
commit 9f1e58bb70
2 changed files with 4 additions and 4 deletions

View File

@@ -23,10 +23,10 @@ std::string GetEN(){
return "BeamMP-Launcher.exe";
}
std::string GetVer(){
return "1.80";
return "2.0";
}
std::string GetPatch(){
return ".95";
return "";
}
std::string GetEP(char*P){
static std::string Ret = [&](){