fix identifyMonitor? pt 3
This commit is contained in:
3
main.lua
3
main.lua
@@ -88,8 +88,7 @@ local function identifyMonitor(monitorType)
|
|||||||
return nil
|
return nil
|
||||||
end
|
end
|
||||||
|
|
||||||
local selectedMonitorName = monitors[choice]
|
local selectedMonitor = monitors[choice]
|
||||||
local selectedMonitor = peripheral.wrap(selectedMonitorName)
|
|
||||||
|
|
||||||
print("Selected monitor: " .. selectedMonitorName)
|
print("Selected monitor: " .. selectedMonitorName)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user