This commit is contained in:
2026-04-27 23:31:43 +09:00
parent 345f7ed7c8
commit 4aafa5df31
-12
View File
@@ -48,15 +48,3 @@ if mods['space-age'] then
end end
end end
end end
--[[
for _, v in pairs(items['item']) do
if v.enabled and (v.max >= v.min) then
v.category = 'item'
for j=v.min, v.max, 1 do
main.EEEC(v, j)
end
end
end
]]