From e95f03f63c46ea49d081427eeadda5eec503ff80 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 29 Jun 2026 21:32:57 +0900 Subject: [PATCH] . --- PHI-CL/data/f/ct.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/data/f/ct.lua b/PHI-CL/data/f/ct.lua index aa1626b..aaf4412 100644 --- a/PHI-CL/data/f/ct.lua +++ b/PHI-CL/data/f/ct.lua @@ -6,7 +6,7 @@ local hide = { if data.raw['infinity-container']['super-infinity-chest'] then local sc = 1 - for _, c in pairs(defines.prototypes.item) do + for c, _ in pairs(defines.prototypes.item) do if data.raw[c] then for _, i in pairs(data.raw[c]) do if not (i.hidden or (i.subgroup and hide[i.subgroup])) then