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:
@ -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
|
||||
|
Reference in New Issue
Block a user