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.
master
Aleksey Vorona 2016-03-02 10:13:11 -08:00 committed by est31
parent ee50341297
commit da97969c9b
1 changed files with 1 additions and 1 deletions

View File

@ -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: