Fix a mistake in the world format documentation
authorAleksey Vorona <voronaam@gmail.com>
Wed, 2 Mar 2016 18:13:11 +0000 (10:13 -0800)
committerest31 <MTest31@outlook.com>
Thu, 3 Mar 2016 00:25:35 +0000 (01:25 +0100)
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.

doc/world_format.txt

index a6255053ee0f4f12ccd4b00cc1bec2983710240a..a4fb3d8f23ac5dd732d9848f476cd97e269fd62c 100644 (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: