Fix bad mapgen mode generation

This commit is contained in:
Wuzzy 2022-04-20 02:53:18 +02:00
parent ddee29aa23
commit 8396be44e1

View File

@ -475,7 +475,7 @@ local update_map = function(pos, stats_mode)
z_max = 0
else
x_max = endpos.x - startpos.x
z_max = endpos.z - endpos.z
z_max = endpos.z - startpos.z
end
for x=0, x_max do