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/clientbound_entity_velocity_packet.rs | |
| parent | b2e54a7ff05781832371ddab9988fd80a5702fea (diff) | |
| download | azalea-drasl-7ae8bfab5095b8d6fe71f32a0b1cda8a47ccff94.tar.xz | |
fix removed packets still being defined
Diffstat (limited to 'azalea-protocol/src/packets/game/clientbound_entity_velocity_packet.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/clientbound_entity_velocity_packet.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_entity_velocity_packet.rs b/azalea-protocol/src/packets/game/clientbound_entity_velocity_packet.rs deleted file mode 100644 index 148e0363..00000000 --- a/azalea-protocol/src/packets/game/clientbound_entity_velocity_packet.rs +++ /dev/null @@ -1,11 +0,0 @@ -use azalea_buf::McBuf; -use azalea_protocol_macros::ClientboundGamePacket; - -#[derive(Clone, Debug, McBuf, ClientboundGamePacket)] -pub struct ClientboundEntityVelocityPacket { - #[var] - pub entity_id: u32, - pub x_vel: i16, - pub y_vel: i16, - pub z_vel: i16, -} |
