Allow server to accept protocol 13 clients altough they don't work too well
authorPerttu Ahola <celeron55@gmail.com>
Mon, 26 Nov 2012 22:15:17 +0000 (00:15 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Thu, 29 Nov 2012 20:08:25 +0000 (22:08 +0200)
src/clientserver.h

index d777724163b2fe13911c0651cc0420e648fa1d8f..6f9396c02ceaf607689b0eccaf1235eb513e777a 100644 (file)
@@ -82,7 +82,7 @@ SharedBuffer<u8> 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