mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
Server 1.1
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user