From 37233f7b42351ec44751ece9594c3866c2a12327 Mon Sep 17 00:00:00 2001 From: justuswolff Date: Thu, 19 Feb 2026 20:00:05 +0100 Subject: [PATCH] add rednet open to action 3 and 4 --- src/main.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.lua b/src/main.lua index a5df11d..ef77ff7 100644 --- a/src/main.lua +++ b/src/main.lua @@ -861,6 +861,7 @@ while true do if action == 3 then expwarn() + peripheral.find("modem", rednet.open) reset() for _,v in pairs(fs.list("designs")) do term.write(v) @@ -931,6 +932,7 @@ while true do if action == 4 then expwarn() + peripheral.find("modem", rednet.open) reset() term.write("Enter the code: ") local code = read()