From 823af41ad4bd4db9f942e3ffca1f2e8a31444be1 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 12 Feb 2025 20:12:22 +0900 Subject: [PATCH] . --- exp_legacy/module/modules/addons/miner.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp_legacy/module/modules/addons/miner.lua b/exp_legacy/module/modules/addons/miner.lua index 0708c0d5..225bc53b 100644 --- a/exp_legacy/module/modules/addons/miner.lua +++ b/exp_legacy/module/modules/addons/miner.lua @@ -117,7 +117,7 @@ local function miner_check(entity) table.insert(pipe_build, { x = 0, y = 0 }) for i = 1, #entity.fluidbox do - for _, p in pairs(entity.fluidbox[i].pipe_connections) do + for _, p in pairs(entity.fluidbox.get_pipe_connections(i)) do for x = 1, p.position.x do for y = 1, p.position.y do table.insert(pipe_build, { x = x, y = y })