]> git.lizzy.rs Git - minetest.git/blobdiff - src/clientserver.h
updated minetest.conf.example and changed client_unload_unused_data_timeout default...
[minetest.git] / src / clientserver.h
index 7972762c05af82eccdbf9be60b0026c530a42fc9..35484fe76c47b970d6d81ecf3d6d4310ba47ad40 100644 (file)
@@ -37,7 +37,7 @@ enum ToClientCommand
                [0] u16 TOSERVER_INIT
                [2] u8 deployed version
                [3] v3s16 player's position + v3f(0,BS/2,0) floatToInt'd 
-               ([4] u64 map seed (new as of 2011-02-27))
+               [12] u64 map seed (new as of 2011-02-27)
 
                NOTE: The position in here is deprecated; position is
                      explicitly sent afterwards