diff options
Diffstat (limited to 'azalea-client')
| -rw-r--r-- | azalea-client/tests/move_and_despawn_entity.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/azalea-client/tests/move_and_despawn_entity.rs b/azalea-client/tests/move_and_despawn_entity.rs index 09d901bc..d8298ff2 100644 --- a/azalea-client/tests/move_and_despawn_entity.rs +++ b/azalea-client/tests/move_and_despawn_entity.rs @@ -3,7 +3,6 @@ use azalea_core::{ position::{ChunkPos, Vec3}, resource_location::ResourceLocation, }; -use azalea_entity::metadata::Cow; use azalea_protocol::{ common::movements::{PositionMoveRotation, RelativeMovements}, packets::{ @@ -13,7 +12,6 @@ use azalea_protocol::{ }; use azalea_registry::{DataRegistry, DimensionType, EntityKind}; use azalea_world::MinecraftEntityId; -use bevy_ecs::query::With; #[test] fn test_move_and_despawn_entity() { |
