From 583bca0a38e9b64685d4dfbc2e92c5189676dd75 Mon Sep 17 00:00:00 2001 From: Layla Manley Date: Sun, 8 Oct 2023 01:47:22 -0400 Subject: [PATCH] iteration --- lns.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lns.lua b/lns.lua index 9c5cc29..8a54437 100644 --- a/lns.lua +++ b/lns.lua @@ -10,7 +10,7 @@ function lns_lookup(remote_hostname) ["hostname"] = remote_hostname } - local lns_server_id = 7 + local lns_server_id = 8 if allow_dynamic_lns_hosts then lns_server_id = rednet.lookup("lns", lns_server) if lns_server_id == nil then