mirror of
https://github.com/luanti-org/minetestmapper.git
synced 2025-10-05 21:35:22 +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