aboutsummaryrefslogtreecommitdiff
path: root/src/clientserver.h
diff options
context:
space:
mode:
authorproller <proller@github.com>2013-08-02 00:51:36 +0400
committerproller <proller@github.com>2013-08-02 00:51:36 +0400
commit06cdce1e1231fb5946ac9750f9b53b53c6f7e5f8 (patch)
tree09af2d05170bf088f4560778517b72fad0983914 /src/clientserver.h
parent0e89bca173fb000368786e5c9f5614e506737b92 (diff)
downloaddragonfireclient-06cdce1e1231fb5946ac9750f9b53b53c6f7e5f8.tar.xz
Weather backward compatibility
Diffstat (limited to 'src/clientserver.h')
-rw-r--r--src/clientserver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/clientserver.h b/src/clientserver.h
index f490508c2..264da5179 100644
--- a/src/clientserver.h
+++ b/src/clientserver.h
@@ -101,6 +101,7 @@ SharedBuffer<u8> makePacket_TOCLIENT_TIME_OF_DAY(u16 time, float time_speed);
range added to ItemDefinition
drowning, leveled and liquid_range added to ContentFeatures
stepheight and collideWithObjects added to object properties
+ version, heat and humidity transfer in MapBock
*/
#define LATEST_PROTOCOL_VERSION 21
@@ -509,7 +510,7 @@ enum ToServerCommand
Sent first after connected.
[0] u16 TOSERVER_INIT
- [2] u8 SER_FMT_VER_HIGHEST
+ [2] u8 SER_FMT_VER_HIGHEST_READ
[3] u8[20] player_name
[23] u8[28] password (new in some version)
[51] u16 minimum supported network protocol version (added sometime)