diff options
Diffstat (limited to 'azalea-protocol/src/packets/handshaking')
| -rwxr-xr-x | azalea-protocol/src/packets/handshaking/client_intention_packet.rs | 4 |
1 files changed, 2 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 cac64a01..82be621a 100755 --- a/azalea-protocol/src/packets/handshaking/client_intention_packet.rs +++ b/azalea-protocol/src/packets/handshaking/client_intention_packet.rs @@ -1,4 +1,4 @@ -use crate::packets::ConnectionProtocol; +use crate::packets::ClientIntention; use azalea_buf::McBuf; use azalea_protocol_macros::ServerboundHandshakePacket; use std::hash::Hash; @@ -9,5 +9,5 @@ pub struct ClientIntentionPacket { pub protocol_version: i32, pub hostname: String, pub port: u16, - pub intention: ConnectionProtocol, + pub intention: ClientIntention, } |
