diff options
| author | mat <github@matdoes.dev> | 2022-06-08 21:16:32 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-08 21:16:32 -0500 |
| commit | 70cc7dfbeda9775014f25c9ec40932d83bae280f (patch) | |
| tree | cd785d5f5e412f370cf876f0dd7c2e73796f3347 | |
| parent | 601637bd48fcba826da01725430268f706181449 (diff) | |
| download | azalea-drasl-70cc7dfbeda9775014f25c9ec40932d83bae280f.tar.xz | |
get rid of ProfilePublicKey struct
| -rwxr-xr-x | azalea-protocol/src/packets/login/serverbound_hello_packet.rs | 4 |
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, |
