mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2025-08-18 11:05:37 +00:00
Server 1.1
This commit is contained in:
parent
ac05cb5d0e
commit
086bcb5ecc
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user