1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Added network protocol version number in protocol

This commit is contained in:
Perttu Ahola 2011-07-30 20:02:17 +03:00
parent cdadbdbd17
commit 24a662705c
3 changed files with 26 additions and 4 deletions

View file

@ -171,7 +171,8 @@ enum ToServerCommand
[0] u16 TOSERVER_INIT
[2] u8 SER_FMT_VER_HIGHEST
[3] u8[20] player_name
[23] u8[28] password
[23] u8[28] password (new in some version)
[51] u16 client network protocol version (new in some version)
*/
TOSERVER_INIT2 = 0x11,