From f410df7ac0362f20c201f30f3e3bc41d4eb2e45b Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 24 Jun 2026 18:53:51 +0900 Subject: [PATCH] . --- PHI-CL/control/chest.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/control/chest.lua b/PHI-CL/control/chest.lua index fab6e64..34eb2d4 100644 --- a/PHI-CL/control/chest.lua +++ b/PHI-CL/control/chest.lua @@ -1,7 +1,7 @@ local main = {} function main.build(event) - if event.entity.type ~= 'logistic-container' or event.entity.logistic_mode ~= 'storage' then + if event.entity.type ~= 'logistic-container' or event.entity.prototype.logistic_mode ~= 'storage' then return end