diff options
| author | mat <github@matdoes.dev> | 2022-10-27 20:58:11 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-10-27 20:58:11 -0500 |
| commit | 7ae8bfab5095b8d6fe71f32a0b1cda8a47ccff94 (patch) | |
| tree | 06621a47025360fdea109add080f26cf826b43fe /azalea-protocol/src/packets/game/mod.rs | |
| parent | b2e54a7ff05781832371ddab9988fd80a5702fea (diff) | |
| download | azalea-drasl-7ae8bfab5095b8d6fe71f32a0b1cda8a47ccff94.tar.xz | |
fix removed packets still being defined
Diffstat (limited to 'azalea-protocol/src/packets/game/mod.rs')
| -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 039f8e2c..c23e426e 100644 --- a/azalea-protocol/src/packets/game/mod.rs +++ b/azalea-protocol/src/packets/game/mod.rs @@ -23,7 +23,6 @@ pub mod clientbound_custom_sound_packet; pub mod clientbound_delete_chat_packet; pub mod clientbound_disconnect_packet; pub mod clientbound_entity_event_packet; -pub mod clientbound_entity_velocity_packet; pub mod clientbound_explode_packet; pub mod clientbound_forget_level_chunk_packet; pub mod clientbound_game_event_packet; @@ -105,7 +104,6 @@ pub mod clientbound_update_attributes_packet; pub mod clientbound_update_mob_effect_packet; pub mod clientbound_update_recipes_packet; pub mod clientbound_update_tags_packet; -pub mod clientbound_update_view_distance_packet; pub mod serverbound_accept_teleportation_packet; pub mod serverbound_block_entity_tag_query; pub mod serverbound_change_difficulty_packet; |
