Skip to content
Snippets Groups Projects
Commit da97969c authored by Aleksey Vorona's avatar Aleksey Vorona Committed by est31
Browse files

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.
parent ee503412
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment