Fixed some protocol comment errors in clientserver.h and elsewhere
[oweals/minetest.git] / src / clientserver.h
index 9b8b45c8500ef2ac2c6177923e0d24093fc3229b..2b7c0e642e9df81b2a595665ef1c99b9fc81d9f8 100644 (file)
@@ -90,6 +90,7 @@ enum ToClientCommand
                u16 command
                u16 number of player positions
                for each player:
+                       u16 peer_id
                        v3s32 position*100
                        v3s32 speed*100
                        s32 pitch*100
@@ -124,7 +125,7 @@ enum ToClientCommand
                for all added objects {
                        u16 id
                        u8 type
-                       u16 initialization data length
+                       u32 initialization data length
                        string initialization data
                }
        */