diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/clientbound_system_chat_packet.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/clientbound_system_chat_packet.rs | 3 |
1 files changed, 1 insertions, 2 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 c531fa1e..8318b7d4 100644 --- a/azalea-protocol/src/packets/game/clientbound_system_chat_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_system_chat_packet.rs @@ -5,6 +5,5 @@ use packet_macros::GamePacket; #[derive(Clone, Debug, McBuf, GamePacket)] pub struct ClientboundSystemChatPacket { pub content: Component, - #[var] - pub type_id: i32, + pub overlay: bool, } |
