aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,