From e3b6fd7998de1a0fb70a9c4862f8e01b887af630 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sun, 11 Jul 2021 20:41:23 +0200 Subject: [PATCH] use fake version for lua update for now --- include/Common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Common.h b/include/Common.h index 6b6466a..c95bd2d 100644 --- a/include/Common.h +++ b/include/Common.h @@ -55,6 +55,7 @@ public: static void GracefullyShutdown(); static TConsole& Console() { return *mConsole; } static std::string ServerVersion() { return "2.3.1"; } +#warning "change version from 2.2.0 to real version" static std::string ClientVersion() { return "2.0"; } static std::string PPS() { return mPPS; } static void SetPPS(const std::string& NewPPS) { mPPS = NewPPS; }