Merge pull request 'Fix issue with wrong lighting in caves' (#2657) from fix_cave_lighting into master

Reviewed-on: MineClone2/MineClone2#2657
This commit is contained in:
cora 2022-09-16 13:10:40 +00:00
commit 015e755401
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ local function world_structure(vm, data, data2, emin, emax, area, minp, maxp, bl
end
end
return lvm_used, false
return lvm_used, lvm_used
end
local function block_fixes(vm, data, data2, emin, emax, area, minp, maxp, blockseed)