diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/c_disguised_chat.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/c_disguised_chat.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/azalea-protocol/src/packets/game/c_disguised_chat.rs b/azalea-protocol/src/packets/game/c_disguised_chat.rs index 90dc5d64..97157089 100644 --- a/azalea-protocol/src/packets/game/c_disguised_chat.rs +++ b/azalea-protocol/src/packets/game/c_disguised_chat.rs @@ -1,7 +1,7 @@ use azalea_buf::AzBuf; use azalea_chat::{ - translatable_component::{StringOrComponent, TranslatableComponent}, FormattedText, + translatable_component::{StringOrComponent, TranslatableComponent}, }; use azalea_protocol_macros::ClientboundGamePacket; @@ -25,8 +25,6 @@ impl ClientboundDisguisedChat { let content = self.message.clone(); let target = self.chat_type.target_name.clone(); - let translation_key = self.chat_type.chat_type.chat_translation_key(); - let mut args = vec