diff options
author | Perttu Ahola <celeron55@gmail.com> | 2012-11-27 00:15:17 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-11-29 22:08:25 +0200 |
commit | 420de7ad5e1bf2d8017705dcddcdcd03709d4410 (patch) | |
tree | af182501af4cfd8f8afbb716519c3606d06cf29b | |
parent | 8ccdd3bdb43b313d729279dbbb267528fc191615 (diff) | |
download | minetest-420de7ad5e1bf2d8017705dcddcdcd03709d4410.tar.gz minetest-420de7ad5e1bf2d8017705dcddcdcd03709d4410.tar.bz2 minetest-420de7ad5e1bf2d8017705dcddcdcd03709d4410.zip |
Allow server to accept protocol 13 clients altough they don't work too well
-rw-r--r-- | src/clientserver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientserver.h b/src/clientserver.h index d77772416..6f9396c02 100644 --- a/src/clientserver.h +++ b/src/clientserver.h @@ -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 |