diff options
Diffstat (limited to 'azalea-protocol/src/packets')
| -rw-r--r-- | azalea-protocol/src/packets/game/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/azalea-protocol/src/packets/game/mod.rs b/azalea-protocol/src/packets/game/mod.rs index ae66c0be..039f8e2c 100644 --- a/azalea-protocol/src/packets/game/mod.rs +++ b/azalea-protocol/src/packets/game/mod.rs @@ -290,14 +290,12 @@ declare_state_packets!( 0x49: clientbound_set_camera_packet::ClientboundSetCameraPacket, 0x4a: clientbound_set_carried_item_packet::ClientboundSetCarriedItemPacket, 0x4b: clientbound_set_chunk_cache_center_packet::ClientboundSetChunkCacheCenterPacket, - 0x4c: clientbound_update_view_distance_packet::ClientboundUpdateViewDistancePacket, 0x4c: clientbound_set_chunk_cache_radius_packet::ClientboundSetChunkCacheRadiusPacket, 0x4d: clientbound_set_default_spawn_position_packet::ClientboundSetDefaultSpawnPositionPacket, 0x4e: clientbound_set_display_chat_preview_packet::ClientboundSetDisplayChatPreviewPacket, 0x4f: clientbound_set_display_objective_packet::ClientboundSetDisplayObjectivePacket, 0x50: clientbound_set_entity_data_packet::ClientboundSetEntityDataPacket, 0x51: clientbound_set_entity_link_packet::ClientboundSetEntityLinkPacket, - 0x52: clientbound_entity_velocity_packet::ClientboundEntityVelocityPacket, 0x52: clientbound_set_entity_motion_packet::ClientboundSetEntityMotionPacket, 0x53: clientbound_set_equipment_packet::ClientboundSetEquipmentPacket, 0x54: clientbound_set_experience_packet::ClientboundSetExperiencePacket, |
