This commit is contained in:
2025-10-18 04:01:29 +09:00
parent b0bb88ecd3
commit ab795588c7

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 or #c == 0) then
if not c then
return
end