Skip to content

Commit

Permalink
Fix a mistake in the world format documentation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
voronaam authored and est31 committed Mar 3, 2016
1 parent ee50341 commit da97969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/world_format.txt
Expand Up @@ -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:
Expand Down

0 comments on commit da97969

Please sign in to comment.