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