From 4540d499ff7266f26fc8c1e45c8558d63fefa79e Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 5 Jun 2025 19:11:30 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index afeb835..3e189bf 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -40,12 +40,11 @@ end) if settings.startup['PHI-CT'].value then local function trash_entity_creation(event) - if not (event.entity and event.entity.valid and event.entity.name) then + if not (event.entity.valid and event.entity.name) then return end if event.entity.name == 'trash-chest' then - event.entity.infinity_container_filters = {} event.entity.remove_unfiltered_items = true elseif event.entity.name == 'trash-pipe' then