diff options
author | Aleksey Vorona <voronaam@gmail.com> | 2016-03-02 10:13:11 -0800 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2016-03-03 01:25:35 +0100 |
commit | da97969c9b72ea1752efb741663b727c0225795a (patch) | |
tree | 8708d577c4c0eafa822e53236d814788964d1ef3 | |
parent | ee50341297435d05fd276d28ff469505fbdb303b (diff) | |
download | minetest-da97969c9b72ea1752efb741663b727c0225795a.tar.gz minetest-da97969c9b72ea1752efb741663b727c0225795a.tar.bz2 minetest-da97969c9b72ea1752efb741663b727c0225795a.zip |
Fix a mistake in the world format documentation
Fixed a minor mistake that made it appear as if the inventory
is serialized multiple times - once per each variable. In fact
it is serialized once per each node.
-rw-r--r-- | doc/world_format.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/world_format.txt b/doc/world_format.txt index a6255053e..a4fb3d8f2 100644 --- a/doc/world_format.txt +++ b/doc/world_format.txt @@ -316,7 +316,7 @@ if map format version >= 23: u8[key_len] key u32 val_len u8[val_len] value - serialized inventory + serialized inventory - Node timers if map format version == 23: |