diff options
author | Kahrl <kahrl@gmx.net> | 2015-09-21 19:26:54 +0200 |
---|---|---|
committer | Kahrl <kahrl@gmx.net> | 2015-09-21 19:26:54 +0200 |
commit | d130c36e140f949bd2385a8398018f49e1b9032a (patch) | |
tree | 7029ef6c305227e838397842ebdeb8d7abdd4ff4 | |
parent | 4f03f8d119283c16034836d6e8d617961a8150c9 (diff) | |
download | minetest-d130c36e140f949bd2385a8398018f49e1b9032a.tar.gz minetest-d130c36e140f949bd2385a8398018f49e1b9032a.tar.bz2 minetest-d130c36e140f949bd2385a8398018f49e1b9032a.zip |
Fix another typo in doc/world_format.txt
-rw-r--r-- | doc/world_format.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/world_format.txt b/doc/world_format.txt index 9255fa8c0..5be1f3913 100644 --- a/doc/world_format.txt +++ b/doc/world_format.txt @@ -312,7 +312,7 @@ if map format version >= 23: u32 num_vars foreach num_vars: u16 key_len - u8[name_len] key + u8[key_len] key u32 val_len u8[val_len] value serialized inventory |