diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/serverbound_chat_packet.rs')
| -rwxr-xr-x | azalea-protocol/src/packets/game/serverbound_chat_packet.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/serverbound_chat_packet.rs b/azalea-protocol/src/packets/game/serverbound_chat_packet.rs index 1912d6a0..a19a9aa7 100755 --- a/azalea-protocol/src/packets/game/serverbound_chat_packet.rs +++ b/azalea-protocol/src/packets/game/serverbound_chat_packet.rs @@ -15,6 +15,6 @@ pub struct ServerboundChatPacket { #[derive(Clone, Debug, McBuf, Default)] pub struct LastSeenMessagesUpdate { #[var] - pub offset: u32, + pub messages: u32, pub acknowledged: FixedBitSet<20>, } |
