From 6bce88857bff22de77ab45de8b79b31ca70a96f6 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Wed, 28 Sep 2022 18:10:32 +0200 Subject: [PATCH] change ClientVersionString to 3.0 --- include/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Common.h b/include/Common.h index 3b0f205..09312a1 100644 --- a/include/Common.h +++ b/include/Common.h @@ -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; }