diff options
Diffstat (limited to 'azalea-client/src')
| -rw-r--r-- | azalea-client/src/local_player.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<ServerboundGamePacket>, + pub packet_writer: mpsc::UnboundedSender<ServerboundGamePacket>, /// The partial instance is the world this client currently has loaded. It /// has a limited render distance. |
