set min client 780 and close server on startup also fix stages for beta

This commit is contained in:
ErikasKontenis
2020-01-07 20:12:52 +02:00
parent 25ea3c8c92
commit 03b55b4c13
5 changed files with 22 additions and 22 deletions

View File

@@ -24,7 +24,7 @@ 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 = 781;
static constexpr auto CLIENT_VERSION_MIN = 780;
static constexpr auto CLIENT_VERSION_MAX = 781;
static constexpr auto CLIENT_VERSION_STR = "7.81";