Fix iterator bug
This commit is contained in:
parent
585ad38334
commit
b763d28000
@ -13,7 +13,7 @@ function Storage:fromPeripherals(names)
|
||||
local obj = {
|
||||
count = #names
|
||||
}
|
||||
for name,homogeneous in names do
|
||||
for name,homogeneous in pairs(names) do
|
||||
table.insert(obj, Chest:fromPeripheral(name, homogeneous))
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user