mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Fix another typo in doc/world_format.txt
This commit is contained in:
@@ -312,7 +312,7 @@ if map format version >= 23:
|
|||||||
u32 num_vars
|
u32 num_vars
|
||||||
foreach num_vars:
|
foreach num_vars:
|
||||||
u16 key_len
|
u16 key_len
|
||||||
u8[name_len] key
|
u8[key_len] key
|
||||||
u32 val_len
|
u32 val_len
|
||||||
u8[val_len] value
|
u8[val_len] value
|
||||||
serialized inventory
|
serialized inventory
|
||||||
|
Reference in New Issue
Block a user