aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-06-08 21:16:32 -0500
committermat <github@matdoes.dev>2022-06-08 21:16:32 -0500
commit70cc7dfbeda9775014f25c9ec40932d83bae280f (patch)
treecd785d5f5e412f370cf876f0dd7c2e73796f3347
parent601637bd48fcba826da01725430268f706181449 (diff)
downloadazalea-drasl-70cc7dfbeda9775014f25c9ec40932d83bae280f.tar.xz
get rid of ProfilePublicKey struct
-rwxr-xr-xazalea-protocol/src/packets/login/serverbound_hello_packet.rs4
1 files changed, 0 insertions, 4 deletions
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<ProfilePublicKeyData>,
}
-pub struct ProfilePublicKey {
- pub data: ProfilePublicKeyData,
-}
-
#[derive(Clone, Debug, McBuf)]
pub struct ProfilePublicKeyData {
pub expires_at: u64,