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.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}
|
||||||
|
|||||||
Reference in New Issue
Block a user