This commit is contained in:
Anonymous-275
2021-03-31 01:57:11 +03:00
parent e7ae71513c
commit 808ab94c68
2 changed files with 7 additions and 3 deletions

View File

@@ -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"; }
static std::string ServerVersion() { return "2.0.1"; }
static std::string ClientVersion() { return "2.0"; }
static std::string PPS() { return mPPS; }
static void SetPPS(std::string NewPPS) { mPPS = NewPPS; }