summaryrefslogtreecommitdiff
path: root/src/network/core/config.h
diff options
context:
space:
mode:
authorRubidium <rubidium@openttd.org>2021-07-17 23:42:43 +0200
committerrubidium42 <rubidium42@users.noreply.github.com>2021-07-18 19:36:38 +0200
commit386ef4dac3c42a4454fb9cdfdcf7d6acfa9a3d0a (patch)
tree361a942eceb10b1499b88417e2148aa2bdc7d250 /src/network/core/config.h
parent3eaa4706325556bfb1351d2ff392b5bc205fd238 (diff)
downloadopenttd-386ef4dac3c42a4454fb9cdfdcf7d6acfa9a3d0a.tar.xz
Feature: [Game Coordinator] Send NewGRF names to the client
Diffstat (limited to 'src/network/core/config.h')
-rw-r--r--src/network/core/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/config.h b/src/network/core/config.h
index ccc9cd263..1b66c26cf 100644
--- a/src/network/core/config.h
+++ b/src/network/core/config.h
@@ -49,7 +49,7 @@ static const uint16 COMPAT_MTU = 1460; ///< Numbe
static const byte NETWORK_GAME_ADMIN_VERSION = 1; ///< What version of the admin network do we use?
static const byte NETWORK_GAME_INFO_VERSION = 6; ///< What version of game-info do we use?
static const byte NETWORK_COMPANY_INFO_VERSION = 6; ///< What version of company info is this?
-static const byte NETWORK_COORDINATOR_VERSION = 3; ///< What version of game-coordinator-protocol do we use?
+static const byte NETWORK_COORDINATOR_VERSION = 4; ///< What version of game-coordinator-protocol do we use?
static const uint NETWORK_NAME_LENGTH = 80; ///< The maximum length of the server name and map name, in bytes including '\0'
static const uint NETWORK_COMPANY_NAME_LENGTH = 128; ///< The maximum length of the company name, in bytes including '\0'