1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Default server step to 0.1s and sync object/player update intervals to it

This commit is contained in:
Perttu Ahola 2012-11-26 22:31:21 +02:00
parent ffad18e424
commit 6b927229f5
8 changed files with 29 additions and 9 deletions

View file

@ -103,6 +103,7 @@ enum ToClientCommand
[2] u8 deployed version
[3] v3s16 player's position + v3f(0,BS/2,0) floatToInt'd
[12] u64 map seed (new as of 2011-02-27)
[20] f1000 recommended send interval (in seconds) (new as of 14)
NOTE: The position in here is deprecated; position is
explicitly sent afterwards