From 9d071f49f0bce41609cfb3f2bb2b76f7f59c0d06 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 24 Jun 2026 18:50:19 +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 8fd9fe5..fab6e64 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 not event.entity.logistic_mode or event.entity.logistic_mode ~= 'storage' then + if event.entity.type ~= 'logistic-container' or event.entity.logistic_mode ~= 'storage' then return end