From f61ee92ff82362854bf5eb1335f728e692acdd40 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 29 Aug 2025 21:01:03 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index 94f7fd2..3f78f78 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -137,7 +137,7 @@ local function entity_build(event) return end - if event.entity.type == 'proxy-cargo-landing-chest' then + if event.entity.type == 'proxy-container' and event.entity.name == 'proxy-cargo-landing-chest' then local ec = game.surfaces[1].find_entities_filtered{type='cargo-landing-pad'} if not ec then