Update entrypointlib.lua
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user