diff options
Diffstat (limited to 'azalea/examples/testbot/commands/debug.rs')
| -rw-r--r-- | azalea/examples/testbot/commands/debug.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/examples/testbot/commands/debug.rs b/azalea/examples/testbot/commands/debug.rs index 10b9711d..fe552668 100644 --- a/azalea/examples/testbot/commands/debug.rs +++ b/azalea/examples/testbot/commands/debug.rs @@ -3,12 +3,12 @@ use std::{env, fs::File, io::Write, thread, time::Duration}; use azalea::{ + BlockPos, brigadier::prelude::*, entity::{LookDirection, Position}, interact::HitResultComponent, pathfinder::{ExecutingPath, Pathfinder}, world::MinecraftEntityId, - BlockPos, }; use parking_lot::Mutex; |
