From 1b602d0be793394ac2b0d009b77c6a877a4efb7d Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 29 Jul 2022 15:32:04 -0500 Subject: fix errors and warnings --- azalea-protocol/src/packets/handshake/mod.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'azalea-protocol/src/packets/handshake/mod.rs') diff --git a/azalea-protocol/src/packets/handshake/mod.rs b/azalea-protocol/src/packets/handshake/mod.rs index 88d9939b..8fd12529 100755 --- a/azalea-protocol/src/packets/handshake/mod.rs +++ b/azalea-protocol/src/packets/handshake/mod.rs @@ -4,8 +4,8 @@ use packet_macros::declare_state_packets; declare_state_packets!( HandshakePacket, - Serverbound => {}, - Clientbound => { + Serverbound => { 0x00: client_intention_packet::ClientIntentionPacket, - } + }, + Clientbound => {} ); -- cgit v1.2.3