From 6a3cba34041f1fe0b0c9e22a5def52fd15c14bd3 Mon Sep 17 00:00:00 2001 From: templeofshadow Date: Thu, 25 Jun 2026 14:50:25 -0500 Subject: [PATCH] fix identifyMonitor? pt 4 --- main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/main.lua b/main.lua index 45af4c8..f94c3f9 100644 --- a/main.lua +++ b/main.lua @@ -89,6 +89,7 @@ local function identifyMonitor(monitorType) end local selectedMonitor = monitors[choice] + local selectedMonitorName = peripheral.getName(selectedMonitor) print("Selected monitor: " .. selectedMonitorName)