iteration
This commit is contained in:
parent
f02d18674a
commit
0acd6acb11
@ -113,8 +113,8 @@ while true do
|
||||
rednet.send(client_id, "invalid auth", "lns")
|
||||
elseif authID ~= nil then
|
||||
rednet.send(authID, {
|
||||
action = "token",
|
||||
token = request.token
|
||||
[action] = "token",
|
||||
[token] = request.token
|
||||
}, "auth")
|
||||
|
||||
local auth_response = rednet.receive("auth")
|
||||
|
Loading…
Reference in New Issue
Block a user