From 6bc077ed3e101f4af4d5e9a2eb99366b3ad3c66b Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 12 Feb 2025 22:13:10 +0900 Subject: [PATCH] . --- exp_legacy/module/modules/addons/miner.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/exp_legacy/module/modules/addons/miner.lua b/exp_legacy/module/modules/addons/miner.lua index 501843fb..7dd8f29f 100644 --- a/exp_legacy/module/modules/addons/miner.lua +++ b/exp_legacy/module/modules/addons/miner.lua @@ -112,7 +112,6 @@ local function miner_check(entity) table.insert(pipe_build, { x = 0, y = 0 }) local rh = math.ceil(er / 2) - 1 local r = er + 1 - local entities = es.find_entities_filtered{ area = { { ep.x - r, ep.y - r }, { ep.x + r, ep.y + r } }, type = { "mining-drill", "pipe", "pipe-to-ground" } } local entities_t = es.find_entities_filtered{ area = { { ep.x - r, ep.y - r }, { ep.x + r, ep.y + r } }, ghost_type = { "pipe", "pipe-to-ground" } } table.insert_array(entities, entities_t)