iteration

This commit is contained in:
Layla 2023-10-08 01:47:22 -04:00
parent 8a27a2ad06
commit 583bca0a38

View File

@ -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