This commit is contained in:
2025-04-17 21:35:30 +09:00
parent 9a10cc4d17
commit 5f9d6fa75b

View File

@@ -141,15 +141,13 @@ if settings.startup['PHI-CT'].value or settings.startup['PHI-MI'].value or (sett
} }
end end
for _, e in pairs(ec) do for k, v in pairs(ic_n) do
for k, v in pairs(ic_n) do if v.c > 0 then
if v.c > 0 then for _, e in pairs(ec) do
e.insert{name = k, count = v.c, quality = 'normal'} e.insert{name = k, count = v.c, quality = 'normal'}
end end
end end
end
for k, v in pairs(ic_n) do
if v.e > 0 then if v.e > 0 then
ec[1].insert{name = k, count = v.e, quality = 'normal'} ec[1].insert{name = k, count = v.e, quality = 'normal'}
end end