fix identifyMonitor? pt 3

This commit is contained in:
2026-06-25 14:49:13 -05:00
parent 84632a101c
commit f80165c718

View File

@@ -88,8 +88,7 @@ local function identifyMonitor(monitorType)
return nil
end
local selectedMonitorName = monitors[choice]
local selectedMonitor = peripheral.wrap(selectedMonitorName)
local selectedMonitor = monitors[choice]
print("Selected monitor: " .. selectedMonitorName)