1
0
зеркало из https://github.com/minetest-mods/technic.git synced 2025-12-22 23:16:01 +01:00
Этот коммит содержится в:
Thomas Rudin
2019-04-12 15:43:25 +02:00
родитель bf0f22fdb8
Коммит 3252c4340a

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

@@ -204,8 +204,6 @@ local function quarry_run(pos, node)
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