diff options
| author | mat <git@matdoes.dev> | 2023-12-04 14:25:10 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-04 14:27:13 -0600 |
| commit | 797dd9171088cd697b3c95663cbbc65b05315414 (patch) | |
| tree | c179130af8172015b0d0c3b31732c77b563744a0 /azalea-protocol/src/packets/game/mod.rs | |
| parent | 888c2765037711f45a6dac8d8bad70dc9ee70998 (diff) | |
| download | azalea-drasl-797dd9171088cd697b3c95663cbbc65b05315414.tar.xz | |
revert packet name to Disguised and make it more like ChatPacket::Player
Diffstat (limited to 'azalea-protocol/src/packets/game/mod.rs')
| -rwxr-xr-x | azalea-protocol/src/packets/game/mod.rs | 2 |
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 0b7fb7ee..c806f21d 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::ClientboundMaskedChatPacket, + 0x1c: clientbound_disguised_chat_packet::ClientboundDisguisedChatPacket, 0x1d: clientbound_entity_event_packet::ClientboundEntityEventPacket, 0x1e: clientbound_explode_packet::ClientboundExplodePacket, 0x1f: clientbound_forget_level_chunk_packet::ClientboundForgetLevelChunkPacket, |
