iteration
This commit is contained in:
		@ -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")
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user