diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/clientbound_system_chat_packet.rs')
| -rwxr-xr-x | azalea-protocol/src/packets/game/clientbound_system_chat_packet.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_system_chat_packet.rs b/azalea-protocol/src/packets/game/clientbound_system_chat_packet.rs index a3319721..9fe03fb2 100755 --- a/azalea-protocol/src/packets/game/clientbound_system_chat_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_system_chat_packet.rs @@ -2,7 +2,7 @@ use azalea_buf::McBuf; use azalea_chat::Component; use azalea_protocol_macros::ClientboundGamePacket; -#[derive(Clone, Debug, McBuf, ClientboundGamePacket)] +#[derive(Clone, Debug, McBuf, ClientboundGamePacket, PartialEq)] pub struct ClientboundSystemChatPacket { pub content: Component, pub overlay: bool, |
