This commit is contained in:
2025-10-18 04:01:55 +09:00
parent ab795588c7
commit 511fb92835

View File

@@ -460,7 +460,7 @@ end
local function handle_spoil_value(entity, combinator)
local c = entity.surface.find_entities_filtered{type='chest', position=entity.position, radius=1, limit=1}
if not c then
if (not c) or (#c == 0) then
return
end