report correct client minimum version to the backend

This commit is contained in:
Lion Kortlepel
2024-10-09 16:37:16 +02:00
parent cf3985ce00
commit 0a6eecee69
2 changed files with 3 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ public:
static TConsole& Console() { return mConsole; }
static std::string ServerVersionString();
static const Version& ServerVersion() { return mVersion; }
static uint8_t ClientMajorVersion() { return 2; }
static std::string ClientMinimumVersion() { return "2.2.0"; }
static std::string PPS() { return mPPS; }
static void SetPPS(const std::string& NewPPS) { mPPS = NewPPS; }