iteration
This commit is contained in:
		@ -104,7 +104,7 @@ while true do
 | 
				
			|||||||
    end
 | 
					    end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if request.action == "token" then
 | 
					    if request.action == "token" then
 | 
				
			||||||
        if request.token == nil then
 | 
					        if request.token == nil or request.token == "" then
 | 
				
			||||||
            rednet.send(client_id, "invalid request", "auth")
 | 
					            rednet.send(client_id, "invalid request", "auth")
 | 
				
			||||||
        else
 | 
					        else
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user