Server 1.1

This commit is contained in:
Anonymous275
2020-11-16 02:45:32 +02:00
parent ac05cb5d0e
commit 086bcb5ecc
+2 -4
View File
@@ -9,12 +9,10 @@
std::string CustomIP; std::string CustomIP;
std::string GetSVer() { std::string GetSVer() {
static std::string r = Sec("1.0"); return std::string(Sec("1.1"));
return r;
} }
std::string GetCVer() { std::string GetCVer() {
static std::string r = Sec("1.70"); return std::string(Sec("1.70"));
return r;
} }
void Args(int argc, char* argv[]) { void Args(int argc, char* argv[]) {
info(Sec("BeamMP Server Running version ") + GetSVer()); info(Sec("BeamMP Server Running version ") + GetSVer());