iteration
This commit is contained in:
2
lns.lua
2
lns.lua
@ -10,7 +10,7 @@ function lns_lookup(remote_hostname)
|
|||||||
["hostname"] = remote_hostname
|
["hostname"] = remote_hostname
|
||||||
}
|
}
|
||||||
|
|
||||||
local lns_server_id = 7
|
local lns_server_id = 8
|
||||||
if allow_dynamic_lns_hosts then
|
if allow_dynamic_lns_hosts then
|
||||||
lns_server_id = rednet.lookup("lns", lns_server)
|
lns_server_id = rednet.lookup("lns", lns_server)
|
||||||
if lns_server_id == nil then
|
if lns_server_id == nil then
|
||||||
|
Reference in New Issue
Block a user