diff --git a/src/network/server_config.hpp b/src/network/server_config.hpp index 947ccba1f..d4447827c 100644 --- a/src/network/server_config.hpp +++ b/src/network/server_config.hpp @@ -269,7 +269,7 @@ namespace ServerConfig // ======================================================================== /** Server version, will be advanced if there are protocol changes. */ - static const uint32_t m_server_version = 2; + static const uint32_t m_server_version = 3; // ======================================================================== void loadServerConfig(const std::string& path = ""); // ------------------------------------------------------------------------