From 37d132313dbed8007ee6e5cb3c61d59548fb3d4b Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 5 Aug 2008 13:31:12 +0000 Subject: server-side detection of entity zone changes, netserver ent/die responses, removed zone from sup messages --- 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 6f4a280..0c2b5a6 100644 --- a/src/core/net.h +++ b/src/core/net.h @@ -11,7 +11,7 @@ namespace core { /// network protocol version -const unsigned int PROTOCOLVERSION = 5; +const unsigned int PROTOCOLVERSION = 6; /// maximum lenght of a (compressed) network message block const unsigned int FRAMESIZE = 1152; -- cgit v1.2.3