From f332cd649a1afb8d7c537b75dbe778ac24bd8fae Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 12 Feb 2025 19:12:34 +0900 Subject: [PATCH] . --- exp_legacy/module/modules/addons/miner.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/exp_legacy/module/modules/addons/miner.lua b/exp_legacy/module/modules/addons/miner.lua index b19fa7bb..bc8c453c 100644 --- a/exp_legacy/module/modules/addons/miner.lua +++ b/exp_legacy/module/modules/addons/miner.lua @@ -116,10 +116,8 @@ local function miner_check(entity) -- if require fluid to mine table.insert(pipe_build, { x = 0, y = 0 }) 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) for _, e in pairs(entities) do