change ClientVersionString to 3.0

This commit is contained in:
Lion Kortlepel 2022-09-28 18:10:32 +02:00
parent a1d99c0203
commit 6bce88857b
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -80,7 +80,7 @@ public:
static TConsole& Console() { return *mConsole; }
static std::string ServerVersionString();
static const Version& ServerVersion() { return mVersion; }
static std::string ClientVersionString() { return "2.0"; }
static std::string ClientVersionString() { return "3.0"; }
static std::string PPS() { return mPPS; }
static void SetPPS(const std::string& NewPPS) { mPPS = NewPPS; }