diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/clientserver.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/clientserver.h b/src/clientserver.h index a6ba8fe45..82e485d95 100644 --- a/src/clientserver.h +++ b/src/clientserver.h @@ -65,9 +65,11 @@ with this program; if not, write to the Free Software Foundation, Inc., TOSERVER_INVENTORY_FIELDS 16-bit node ids TOCLIENT_DETACHED_INVENTORY + PROTOCOL_VERSION 13: + InventoryList field "Width" (deserialization fails with old versions) */ -#define PROTOCOL_VERSION 12 +#define PROTOCOL_VERSION 13 #define PROTOCOL_ID 0x4f457403 |