diff options
Diffstat (limited to 'azalea-protocol/src/packets/game')
| -rw-r--r-- | azalea-protocol/src/packets/game/clientbound_login_packet.rs | 1 | ||||
| -rw-r--r-- | azalea-protocol/src/packets/game/mod.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_login_packet.rs b/azalea-protocol/src/packets/game/clientbound_login_packet.rs index 1b90ce14..9043fa1a 100644 --- a/azalea-protocol/src/packets/game/clientbound_login_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_login_packet.rs @@ -1,7 +1,6 @@ use super::GamePacket; use crate::mc_buf::{Readable, Writable}; use azalea_core::{game_type::GameType, resource_location::ResourceLocation}; -use tokio::io::AsyncReadExt; #[derive(Clone, Debug)] pub struct ClientboundLoginPacket { diff --git a/azalea-protocol/src/packets/game/mod.rs b/azalea-protocol/src/packets/game/mod.rs index 5697a0ad..00fa1d75 100644 --- a/azalea-protocol/src/packets/game/mod.rs +++ b/azalea-protocol/src/packets/game/mod.rs @@ -3,7 +3,6 @@ pub mod clientbound_login_packet; use super::ProtocolPacket; use crate::connect::PacketFlow; use async_trait::async_trait; -use tokio::io::BufReader; #[derive(Clone, Debug)] pub enum GamePacket |
