Update entrypointlib.lua

This commit is contained in:
Rivulet
2026-04-04 23:53:48 +00:00
parent e35715b916
commit 030321dff2

View File

@@ -3,10 +3,6 @@ local modem = peripheral.find("modem",function (s) return peripheral.wrap(s).isW
term.clear()
term.setCursorPos(1,1)
local network = {}
if not modem then
shell.run("shell")
os.shutdown()
end
local message_queue = {}
modem.open(15125)
local canidate = {id = -1, distance = 764, max_distance=0}