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.clear()
term.setCursorPos(1,1) term.setCursorPos(1,1)
local network = {} local network = {}
if not modem then
shell.run("shell")
os.shutdown()
end
local message_queue = {} local message_queue = {}
modem.open(15125) modem.open(15125)
local canidate = {id = -1, distance = 764, max_distance=0} local canidate = {id = -1, distance = 764, max_distance=0}