aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/handshaking
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/packets/handshaking')
-rwxr-xr-xazalea-protocol/src/packets/handshaking/client_intention_packet.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/azalea-protocol/src/packets/handshaking/client_intention_packet.rs b/azalea-protocol/src/packets/handshaking/client_intention_packet.rs
index 82be621a..c0b694c8 100755
--- a/azalea-protocol/src/packets/handshaking/client_intention_packet.rs
+++ b/azalea-protocol/src/packets/handshaking/client_intention_packet.rs
@@ -1,7 +1,9 @@
-use crate::packets::ClientIntention;
+use std::hash::Hash;
+
use azalea_buf::McBuf;
use azalea_protocol_macros::ServerboundHandshakePacket;
-use std::hash::Hash;
+
+use crate::packets::ClientIntention;
#[derive(Hash, Clone, Debug, McBuf, ServerboundHandshakePacket)]
pub struct ClientIntentionPacket {