diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/network/networkprotocol.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h index d420101c8..8f70e378e 100644 --- a/src/network/networkprotocol.h +++ b/src/network/networkprotocol.h @@ -207,11 +207,16 @@ with this program; if not, write to the Free Software Foundation, Inc., Minimap modes PROTOCOL VERSION 40: TOCLIENT_MEDIA_PUSH changed, TOSERVER_HAVE_MEDIA added + PROTOCOL VERSION 41: Added new particlespawner parameters [scheduled bump for 5.6.0] + PROTOCOL VERSION 42: + TOSERVER_UPDATE_CLIENT_INFO added + new fields for TOCLIENT_SET_LIGHTING and TOCLIENT_SET_SKY + [scheduled bump for 5.7.0] */ -#define LATEST_PROTOCOL_VERSION 41 +#define LATEST_PROTOCOL_VERSION 42 #define LATEST_PROTOCOL_VERSION_STRING TOSTRING(LATEST_PROTOCOL_VERSION) // Server's supported network protocol range @@ -1068,7 +1073,7 @@ enum ToServerCommand f32 gui_scaling f32 hud_scaling v2f32 max_fs_info - */ + */ TOSERVER_NUM_MSG_TYPES = 0x54, }; |