mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-06-17 14:12:25 +00:00
Server 1.1
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user