use fake version for lua update for now

This commit is contained in:
Lion Kortlepel 2021-07-11 20:41:23 +02:00
parent 943159cd40
commit e3b6fd7998
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -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; }