iteration

This commit is contained in:
Layla 2023-10-08 00:32:26 -04:00
parent d06c9c24c9
commit c85af16b55

View File

@ -14,6 +14,7 @@ function lns_lookup(hostname)
["hostname"] = hostname
}
lns_server_id = rednet.lookup("lns", lns_server)
rednet.send(lns_server_id, data)
while true do