Updating strings to v2

This commit is contained in:
Starystars67
2021-03-29 22:23:56 +01:00
parent 3c6aa741ef
commit 2cd6e21f8c
2 changed files with 3 additions and 3 deletions

View File

@@ -42,8 +42,8 @@ public:
// Causes all threads to finish up and exit gracefull gracefully
static void GracefullyShutdown();
static TConsole& Console() { return *mConsole; }
static std::string ServerVersion() { return "1.20"; }
static std::string ClientVersion() { return "1.80"; }
static std::string ServerVersion() { return "2.0"; }
static std::string ClientVersion() { return "2.0"; }
static std::string PPS() { return mPPS; }
static void SetPPS(std::string NewPPS) { mPPS = NewPPS; }