From: Aleksey Vorona Date: Wed, 2 Mar 2016 18:13:11 +0000 (-0800) Subject: Fix a mistake in the world format documentation X-Git-Tag: 0.4.14~212 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=da97969c9b72ea1752efb741663b727c0225795a;p=oweals%2Fminetest.git 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. --- 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: