1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

make PacketReceiver::packet_writer public

This commit is contained in:
mat 2023-09-08 20:01:46 -05:00
parent 35d6ac565d
commit a91b62d4ca

View file

@ -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.