From 2b9b16d28f9825e4e6fe7ea23568dd875471b496 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 1 Dec 2023 23:18:25 -0600 Subject: make address and resolved_address pub in Swarm --- azalea/src/swarm/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea/src') diff --git a/azalea/src/swarm/mod.rs b/azalea/src/swarm/mod.rs index e8b47de6..2dfdc480 100644 --- a/azalea/src/swarm/mod.rs +++ b/azalea/src/swarm/mod.rs @@ -38,8 +38,8 @@ pub struct Swarm { bots: Arc>>, // bot_datas: Arc>>, - resolved_address: SocketAddr, - address: ServerAddress, + pub resolved_address: SocketAddr, + pub address: ServerAddress, pub instance_container: Arc>, bots_tx: mpsc::UnboundedSender<(Option, Client)>, -- cgit v1.2.3