Perform scan on first chest wrap

This commit is contained in:
Gabriel Tofvesson 2024-10-03 16:48:44 +02:00
parent b763d28000
commit 99abbbe526

View File

@ -18,6 +18,8 @@ function Chest:fromPeripheral(name, homogeneous)
setmetatable(obj, self)
obj.__index = obj
obj:rescan()
return obj
end