mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2025-08-18 12:55:36 +00:00
v2.0.3
This commit is contained in:
parent
770e03e3c6
commit
573bd77bbd
@ -42,7 +42,7 @@ public:
|
||||
// Causes all threads to finish up and exit gracefull gracefully
|
||||
static void GracefullyShutdown();
|
||||
static TConsole& Console() { return *mConsole; }
|
||||
static std::string ServerVersion() { return "2.0.2"; }
|
||||
static std::string ServerVersion() { return "2.0.3"; }
|
||||
static std::string ClientVersion() { return "2.0"; }
|
||||
static std::string PPS() { return mPPS; }
|
||||
static void SetPPS(std::string NewPPS) { mPPS = NewPPS; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user