mirror of
https://github.com/kepler155c/opus
synced 2025-10-21 18:57:41 +00:00
turtle follow
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user