From a7f891576717f872fd6022ece588769d3cbb64c6 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 25 Jun 2026 22:56:18 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index ccbae70..b9067e5 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -34,11 +34,7 @@ local function gui_update(player, entity) return end - if entity.type and entity.type ~= 'inserter' then - return - end - - if entity.type and entity.type == 'entity-ghost' and entity.ghost_type ~= 'inserter' then + if entity.type and (entity.type ~= 'inserter' or (entity.type == 'entity-ghost' and entity.ghost_type ~= 'inserter')) then return end