aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/mod.rs
diff options
context:
space:
mode:
authorShayne Hartford <shaybox@shaybox.com>2023-12-04 15:26:53 -0500
committerGitHub <noreply@github.com>2023-12-04 14:26:53 -0600
commit888c2765037711f45a6dac8d8bad70dc9ee70998 (patch)
treea1c72393b53fc5875713640ffa499f0f2b4d2483 /azalea-protocol/src/packets/game/mod.rs
parentcc976c6873e3a0764a36b5950aba0f0767269d2f (diff)
downloadazalea-drasl-888c2765037711f45a6dac8d8bad70dc9ee70998.tar.xz
Add masked chat type/event (#118)
Diffstat (limited to 'azalea-protocol/src/packets/game/mod.rs')
-rwxr-xr-xazalea-protocol/src/packets/game/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/mod.rs b/azalea-protocol/src/packets/game/mod.rs
index c806f21d..0b7fb7ee 100755
--- a/azalea-protocol/src/packets/game/mod.rs
+++ b/azalea-protocol/src/packets/game/mod.rs
@@ -255,7 +255,7 @@ declare_state_packets!(
0x19: clientbound_damage_event_packet::ClientboundDamageEventPacket,
0x1a: clientbound_delete_chat_packet::ClientboundDeleteChatPacket,
0x1b: clientbound_disconnect_packet::ClientboundDisconnectPacket,
- 0x1c: clientbound_disguised_chat_packet::ClientboundDisguisedChatPacket,
+ 0x1c: clientbound_disguised_chat_packet::ClientboundMaskedChatPacket,
0x1d: clientbound_entity_event_packet::ClientboundEntityEventPacket,
0x1e: clientbound_explode_packet::ClientboundExplodePacket,
0x1f: clientbound_forget_level_chunk_packet::ClientboundForgetLevelChunkPacket,