aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/clientbound_system_chat_packet.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-07-06 18:55:18 -0500
committermat <github@matdoes.dev>2022-07-06 18:55:18 -0500
commitae3ad007b67e205ee093daa44619acae0f7ccc88 (patch)
tree701cd4f5b1ea402eae2d921f92cfcbf953f63c99 /azalea-protocol/src/packets/game/clientbound_system_chat_packet.rs
parent048792f83cae75d98f77eb7a699652e5a6f8f2f9 (diff)
downloadazalea-drasl-ae3ad007b67e205ee093daa44619acae0f7ccc88.tar.xz
Update packets
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.rs3
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,
}