1
0
зеркало из https://github.com/minetest-mods/technic.git synced 2025-12-22 23:16:01 +01:00

try to load_area() on quarry dig

Этот коммит содержится в:
Thomas Rudin
2019-04-09 18:16:27 +02:00
родитель 55c343b0a8
Коммит 0886117328

Просмотреть файл

@@ -203,6 +203,9 @@ local function quarry_run(pos, node)
vector.multiply(pdir, rp)),
vector.multiply(qdir, rq))
local can_dig = true
minetest.load_area(digpos);
if can_dig and minetest.is_protected and minetest.is_protected(digpos, owner) then
can_dig = false
end