diff options
Diffstat (limited to 'azalea-protocol/src/packets/login/c_hello.rs')
| -rw-r--r-- | azalea-protocol/src/packets/login/c_hello.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/login/c_hello.rs b/azalea-protocol/src/packets/login/c_hello.rs index 6011ec23..0057397c 100644 --- a/azalea-protocol/src/packets/login/c_hello.rs +++ b/azalea-protocol/src/packets/login/c_hello.rs @@ -1,7 +1,7 @@ use azalea_buf::AzBuf; use azalea_protocol_macros::ClientboundLoginPacket; -#[derive(Clone, Debug, AzBuf, ClientboundLoginPacket)] +#[derive(Clone, Debug, AzBuf, PartialEq, ClientboundLoginPacket)] pub struct ClientboundHello { #[limit(20)] pub server_id: String, |
