1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-27 15:00:30 +02:00

Fixed the world format description

Fixed a minor mistake that made it appear as if inventory is serialized multiple times - once per each variable. In fact it is serialized once per each node.
This commit is contained in:
Aleksey Vorona 2016-03-02 10:13:11 -08:00
parent ee50341297
commit 14e58c0af7

View File

@ -316,7 +316,7 @@ if map format version >= 23:
u8[key_len] key u8[key_len] key
u32 val_len u32 val_len
u8[val_len] value u8[val_len] value
serialized inventory serialized inventory
- Node timers - Node timers
if map format version == 23: if map format version == 23: