X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fclientserver.h;h=5f7864768be145d559b397a2ed401ef8da0d3e7c;hb=c5faa644056c892ccf5e41cfde87a5b107149951;hp=f12384b18e5786b194c59feb61fa76ba404cf1eb;hpb=ebf7ea50193afe5a3d0968b87b4743eb1ee84025;p=dragonfireclient.git diff --git a/src/clientserver.h b/src/clientserver.h index f12384b18..5f7864768 100644 --- a/src/clientserver.h +++ b/src/clientserver.h @@ -105,9 +105,12 @@ with this program; if not, write to the Free Software Foundation, Inc., add swap_node PROTOCOL_VERSION 23: TOSERVER_CLIENT_READY + PROTOCOL_VERSION 24: + ContentFeatures version 7 + ContentFeatures: change number of special tiles to 6 (CF_SPECIAL_COUNT) */ -#define LATEST_PROTOCOL_VERSION 23 +#define LATEST_PROTOCOL_VERSION 24 // Server's supported network protocol range #define SERVER_PROTOCOL_VERSION_MIN 13