From c85af16b550d471406bd89a259f80c9aea67f6fe Mon Sep 17 00:00:00 2001 From: Layla Manley Date: Sun, 8 Oct 2023 00:32:26 -0400 Subject: [PATCH] iteration --- auth.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/auth.lua b/auth.lua index f7380a9..bf45936 100644 --- a/auth.lua +++ b/auth.lua @@ -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