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:
parent
cdadbdbd17
commit
24a662705c
3 changed files with 26 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue