get rid of ProfilePublicKey struct

This commit is contained in:
mat 2022-06-08 21:16:32 -05:00
parent 601637bd48
commit 70cc7dfbed

View file

@ -6,10 +6,6 @@ pub struct ServerboundHelloPacket {
pub public_key: Option<ProfilePublicKeyData>,
}
pub struct ProfilePublicKey {
pub data: ProfilePublicKeyData,
}
#[derive(Clone, Debug, McBuf)]
pub struct ProfilePublicKeyData {
pub expires_at: u64,