From 5ddb64795cc959916eeedbec8dc3f65c06f49698 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 12 Nov 2009 20:53:35 +0000 Subject: initial commodities and entity inventory, bump network proto version to 18 --- src/core/net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/net.h') diff --git a/src/core/net.h b/src/core/net.h index cd8e249..a217d94 100644 --- a/src/core/net.h +++ b/src/core/net.h @@ -11,7 +11,7 @@ namespace core { /// network protocol version -const unsigned int PROTOCOLVERSION = 17; +const unsigned int PROTOCOLVERSION = 18; /// maximum lenght of a (compressed) network message block const unsigned int FRAMESIZE = 1152; -- cgit v1.2.3