From a91b62d4cac9dcd7a20a76b75382143ccf80bd2e Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 8 Sep 2023 20:01:46 -0500 Subject: make PacketReceiver::packet_writer public --- azalea-client/src/local_player.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azalea-client/src/local_player.rs b/azalea-client/src/local_player.rs index 2e0ccc75..682fc0c9 100644 --- a/azalea-client/src/local_player.rs +++ b/azalea-client/src/local_player.rs @@ -34,7 +34,7 @@ use crate::{ /// [`Client`]: crate::Client #[derive(Component)] pub struct LocalPlayer { - packet_writer: mpsc::UnboundedSender, + pub packet_writer: mpsc::UnboundedSender, /// The partial instance is the world this client currently has loaded. It /// has a limited render distance. -- cgit v1.2.3