diff options
Diffstat (limited to 'azalea/examples/testbot')
| -rw-r--r-- | azalea/examples/testbot/commands/debug.rs | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/azalea/examples/testbot/commands/debug.rs b/azalea/examples/testbot/commands/debug.rs index c1837f97..36c699a4 100644 --- a/azalea/examples/testbot/commands/debug.rs +++ b/azalea/examples/testbot/commands/debug.rs @@ -10,15 +10,11 @@ use azalea::{ pathfinder::{ExecutingPath, Pathfinder}, }; use azalea_core::hit_result::HitResult; -use azalea_entity::{EntityKindComponent, LocalEntity, metadata}; +use azalea_entity::{EntityKindComponent, metadata}; use azalea_inventory::components::MaxStackSize; use azalea_world::InstanceContainer; use bevy_app::AppExit; -use bevy_ecs::{ - message::Messages, - query::{With, Without}, - world::EntityRef, -}; +use bevy_ecs::{message::Messages, query::With, world::EntityRef}; use parking_lot::Mutex; use super::{CommandSource, Ctx}; |
