From 8045b4eda284e58b40cb28b1528430e2d0b9d268 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 19 Apr 2025 23:51:19 -0430 Subject: add StartJoinServerEvent to allow joining servers exclusively from ecs --- azalea-protocol/src/connect.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-protocol/src') diff --git a/azalea-protocol/src/connect.rs b/azalea-protocol/src/connect.rs index 77968eed..3d375dfc 100644 --- a/azalea-protocol/src/connect.rs +++ b/azalea-protocol/src/connect.rs @@ -262,6 +262,7 @@ pub enum ConnectionError { use socks5_impl::protocol::UserKey; +/// An address and authentication method for connecting to a Socks5 proxy. #[derive(Debug, Clone)] pub struct Proxy { pub addr: SocketAddr, -- cgit v1.2.3