From: Perttu Ahola Date: Mon, 26 Nov 2012 22:15:17 +0000 (+0200) Subject: Allow server to accept protocol 13 clients altough they don't work too well X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=420de7ad5e1bf2d8017705dcddcdcd03709d4410;p=zefram%2Fminetest%2Fminetest_engine.git Allow server to accept protocol 13 clients altough they don't work too well --- diff --git a/src/clientserver.h b/src/clientserver.h index d7777241..6f9396c0 100644 --- a/src/clientserver.h +++ b/src/clientserver.h @@ -82,7 +82,7 @@ SharedBuffer makePacket_TOCLIENT_TIME_OF_DAY(u16 time, float time_speed); #define LATEST_PROTOCOL_VERSION 15 // Server's supported network protocol range -#define SERVER_PROTOCOL_VERSION_MIN 14 +#define SERVER_PROTOCOL_VERSION_MIN 13 #define SERVER_PROTOCOL_VERSION_MAX LATEST_PROTOCOL_VERSION // Client's supported network protocol range