diff options
Diffstat (limited to 'azalea-protocol/src/packets/config/c_reset_chat.rs')
| -rw-r--r-- | azalea-protocol/src/packets/config/c_reset_chat.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/config/c_reset_chat.rs b/azalea-protocol/src/packets/config/c_reset_chat.rs index bd15a79e..612e7309 100644 --- a/azalea-protocol/src/packets/config/c_reset_chat.rs +++ b/azalea-protocol/src/packets/config/c_reset_chat.rs @@ -1,5 +1,5 @@ use azalea_buf::AzBuf; use azalea_protocol_macros::ClientboundConfigPacket; -#[derive(Clone, Debug, AzBuf, PartialEq, ClientboundConfigPacket)] +#[derive(AzBuf, ClientboundConfigPacket, Clone, Debug, PartialEq)] pub struct ClientboundResetChat; |
