mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-23 08:27:06 +00:00
fix version naming
This commit is contained in:
committed by
Anonymous275
parent
8cd35d64e4
commit
4826fb5fc2
@@ -42,8 +42,8 @@ public:
|
|||||||
// Causes all threads to finish up and exit gracefull gracefully
|
// Causes all threads to finish up and exit gracefull gracefully
|
||||||
static void GracefullyShutdown();
|
static void GracefullyShutdown();
|
||||||
static TConsole& Console() { return *mConsole; }
|
static TConsole& Console() { return *mConsole; }
|
||||||
static std::string ServerVersion() { return "v1.20"; }
|
static std::string ServerVersion() { return "1.20"; }
|
||||||
static std::string ClientVersion() { return "v1.80"; }
|
static std::string ClientVersion() { return "1.80"; }
|
||||||
static std::string PPS() { return mPPS; }
|
static std::string PPS() { return mPPS; }
|
||||||
static void SetPPS(std::string NewPPS) { mPPS = NewPPS; }
|
static void SetPPS(std::string NewPPS) { mPPS = NewPPS; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user