iteration
This commit is contained in:
@@ -48,7 +48,7 @@ while true do
|
||||
|
||||
-- check if hostname in data
|
||||
if request.hostname == nil then
|
||||
rednet.send(client_id, "not found")
|
||||
rednet.send(client_id, nil)
|
||||
else
|
||||
rednet.send(client_id, data[request.hostname])
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user