1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-06-28 06:12:00 +02:00

Migrate tests to new Docker image

This commit is contained in:
sfan5
2024-03-25 16:48:09 +01:00
parent 045c7510bf
commit 41efbaf210
3 changed files with 32 additions and 17 deletions

View File

@ -560,7 +560,7 @@ worldedit.run_tests = function()
for x = 0, math.floor(wanted.x/16) do
for y = 0, math.floor(wanted.y/16) do
for z = 0, math.floor(wanted.z/16) do
assert(minetest.forceload_block(vector.new(x*16, y*16, z*16), true))
assert(minetest.forceload_block(vector.new(x*16, y*16, z*16), true, -1))
end
end
end