diff options
| author | mat <github@matdoes.dev> | 2022-07-06 18:55:18 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-07-06 18:55:18 -0500 |
| commit | ae3ad007b67e205ee093daa44619acae0f7ccc88 (patch) | |
| tree | 701cd4f5b1ea402eae2d921f92cfcbf953f63c99 /azalea-protocol/src/packets/game/clientbound_system_chat_packet.rs | |
| parent | 048792f83cae75d98f77eb7a699652e5a6f8f2f9 (diff) | |
| download | azalea-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.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, } |
