Compare commits

...

1 Commits

Author SHA1 Message Date
Lion Kortlepel
6bce88857b change ClientVersionString to 3.0 2022-09-28 18:10:32 +02:00

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