From b53e63408a68fafe9f68a771bc4e0ace2cc93282 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sat, 7 Jun 2025 01:45:31 +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 68f451a..445ae61 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -47,7 +47,7 @@ local function gui_create(player) end local function gui_update(player, entity) - if entity.type == 'proxy-container' then + if entity.type == 'proxy-container' and entity.proxy_target_inventory and entity.proxy_target_inventory == defines.inventory.lab_input then player.opened = nil return