mirror of
https://github.com/minetest/minetestmapper.git
synced 2025-06-28 06:40:16 +02:00
Fix compatibility of MapBlock decoding
also properly drop support for version < 22, which hasn't worked in years
This commit is contained in:
@ -20,7 +20,7 @@ private:
|
||||
int m_blockAirId;
|
||||
int m_blockIgnoreId;
|
||||
|
||||
u8 m_version;
|
||||
u8 m_version, m_contentWidth;
|
||||
ustring m_mapData;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user