mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-01 18:19:20 +02:00
definitions has to be 781 lmao
This commit is contained in:
parent
45c787b241
commit
f0e103a475
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user