diff options
Diffstat (limited to 'azalea-protocol/src/packets/handshake/client_intention_packet.rs')
| -rw-r--r-- | azalea-protocol/src/packets/handshake/client_intention_packet.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/azalea-protocol/src/packets/handshake/client_intention_packet.rs b/azalea-protocol/src/packets/handshake/client_intention_packet.rs index 5b50c7cc..939a695e 100644 --- a/azalea-protocol/src/packets/handshake/client_intention_packet.rs +++ b/azalea-protocol/src/packets/handshake/client_intention_packet.rs @@ -1,7 +1,5 @@ use std::hash::Hash; -use tokio::io::BufReader; - use crate::{mc_buf::Writable, packets::ConnectionProtocol}; use super::HandshakePacket; |
