From f0e103a47575e1e22d408336b0d632806d8376f0 Mon Sep 17 00:00:00 2001 From: ErikasKontenis Date: Sat, 2 Nov 2019 18:01:04 +0200 Subject: [PATCH] definitions has to be 781 lmao --- src/definitions.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/definitions.h b/src/definitions.h index cec245e..63c9e08 100644 --- a/src/definitions.h +++ b/src/definitions.h @@ -24,9 +24,9 @@ static constexpr auto STATUS_SERVER_NAME = "Sabrehaven"; static constexpr auto STATUS_SERVER_VERSION = "1.0"; static constexpr auto STATUS_SERVER_DEVELOPERS = "OTLand community & Sabrehaven Developers Team"; -static constexpr auto CLIENT_VERSION_MIN = 772; -static constexpr auto CLIENT_VERSION_MAX = 772; -static constexpr auto CLIENT_VERSION_STR = "7.72"; +static constexpr auto CLIENT_VERSION_MIN = 781; +static constexpr auto CLIENT_VERSION_MAX = 781; +static constexpr auto CLIENT_VERSION_STR = "7.81"; static constexpr auto AUTHENTICATOR_DIGITS = 6U; static constexpr auto AUTHENTICATOR_PERIOD = 30U;