1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-21 18:57:41 +00:00

turtle follow

This commit is contained in:
kepler155c@gmail.com
2019-02-20 08:52:27 -05:00
parent c307f4020c
commit ab4fd29d16
4 changed files with 31 additions and 14 deletions

View File

@@ -28,9 +28,9 @@ local tab = UI.Tab {
function tab:enable()
local choices = { }
for k,v in pairs(device) do
for _,v in pairs(device) do
if v.type == 'monitor' then
table.insert(choices, { name = k, value = v.side })
table.insert(choices, { name = v.side, value = v.side })
end
end