From 3252c4340acbfa0703c3e1f23866e1472f69dca0 Mon Sep 17 00:00:00 2001 From: Thomas Rudin Date: Fri, 12 Apr 2019 15:43:25 +0200 Subject: [PATCH] cleanup --- technic/machines/HV/quarry.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/technic/machines/HV/quarry.lua b/technic/machines/HV/quarry.lua index 03cbf3f..4d3fce1 100644 --- a/technic/machines/HV/quarry.lua +++ b/technic/machines/HV/quarry.lua @@ -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