diff options
| author | mat <github@matdoes.dev> | 2022-10-24 21:25:36 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-10-24 21:25:36 -0500 |
| commit | 489cdb01aa94870301ea0f56e47a01a839b91b56 (patch) | |
| tree | 16b8f7544bb6235271833d02752dcb862910a4e8 /azalea-protocol/src/packets | |
| parent | f38d0660d16364cc4d6a720889acee68441b28fd (diff) | |
| download | azalea-drasl-489cdb01aa94870301ea0f56e47a01a839b91b56.tar.xz | |
fix repeated ids in game/mod.rs
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, |
