Oops - forgot to update server version number as well.

This commit is contained in:
hiker 2018-10-03 17:55:58 +10:00
parent 4c4c7889a0
commit d98419a5f8

View File

@ -269,7 +269,7 @@ namespace ServerConfig
// ======================================================================== // ========================================================================
/** Server version, will be advanced if there are protocol changes. */ /** 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 = ""); void loadServerConfig(const std::string& path = "");
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------