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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/handshaking/client_intention_packet.rs b/azalea-protocol/src/packets/handshaking/client_intention_packet.rs
index 1900d476..cac64a01 100755
--- a/azalea-protocol/src/packets/handshaking/client_intention_packet.rs
+++ b/azalea-protocol/src/packets/handshaking/client_intention_packet.rs
@@ -6,7 +6,7 @@ use std::hash::Hash;
#[derive(Hash, Clone, Debug, McBuf, ServerboundHandshakePacket)]
pub struct ClientIntentionPacket {
#[var]
- pub protocol_version: u32,
+ pub protocol_version: i32,
pub hostname: String,
pub port: u16,
pub intention: ConnectionProtocol,