aboutsummaryrefslogtreecommitdiff
path: root/azalea
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2026-01-03 15:46:15 -0930
committermat <git@matdoes.dev>2026-01-03 23:22:01 -0200
commit3137132bb93be664bc025c8e829e4f67431b4fe3 (patch)
tree17b5d42cdf8db6052e99442fe1e82ed823641e3f /azalea
parent57394c07a5de53061f868c131b42007707a2d7f1 (diff)
downloadazalea-drasl-3137132bb93be664bc025c8e829e4f67431b4fe3.tar.xz
cleanup
Diffstat (limited to 'azalea')
-rw-r--r--azalea/examples/testbot/commands/debug.rs8
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};