]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/clientserver.h
Cavegen: Fix copy & paste error (solves #2020)
[dragonfireclient.git] / src / clientserver.h
index f12384b18e5786b194c59feb61fa76ba404cf1eb..5f7864768be145d559b397a2ed401ef8da0d3e7c 100644 (file)
@@ -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