From 2f7e2194b38802d9d1473af332ec9a5f169829e3 Mon Sep 17 00:00:00 2001 From: Justus Wolff Date: Mon, 23 Feb 2026 01:16:11 +0100 Subject: [PATCH] remove experimental warning --- src/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.lua b/src/main.lua index d598f3c..92fe9fd 100644 --- a/src/main.lua +++ b/src/main.lua @@ -856,7 +856,7 @@ while true do end end if action == 3 then - expwarn() + --expwarn() peripheral.find("modem", rednet.open) reset() @@ -945,7 +945,7 @@ while true do end end if action == 4 then - expwarn() + --expwarn() peripheral.find("modem", rednet.open) reset()