diff --git a/azalea-protocol/src/packets/login/serverbound_hello_packet.rs b/azalea-protocol/src/packets/login/serverbound_hello_packet.rs index 46fb665e..bed93f04 100755 --- a/azalea-protocol/src/packets/login/serverbound_hello_packet.rs +++ b/azalea-protocol/src/packets/login/serverbound_hello_packet.rs @@ -6,10 +6,6 @@ pub struct ServerboundHelloPacket { pub public_key: Option, } -pub struct ProfilePublicKey { - pub data: ProfilePublicKeyData, -} - #[derive(Clone, Debug, McBuf)] pub struct ProfilePublicKeyData { pub expires_at: u64,