1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

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,