Server 1.1

This commit is contained in:
Anonymous275 2020-11-16 02:45:32 +02:00
parent ac05cb5d0e
commit 086bcb5ecc

View File

@ -9,12 +9,10 @@
std::string CustomIP;
std::string GetSVer() {
static std::string r = Sec("1.0");
return r;
return std::string(Sec("1.1"));
}
std::string GetCVer() {
static std::string r = Sec("1.70");
return r;
return std::string(Sec("1.70"));
}
void Args(int argc, char* argv[]) {
info(Sec("BeamMP Server Running version ") + GetSVer());