aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/examples')
-rw-r--r--azalea/examples/testbot/commands.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea/examples/testbot/commands.rs b/azalea/examples/testbot/commands.rs
index da6b7cc2..79a73bd9 100644
--- a/azalea/examples/testbot/commands.rs
+++ b/azalea/examples/testbot/commands.rs
@@ -3,8 +3,8 @@ pub mod debug;
pub mod movement;
use azalea::{
- Client, GameProfileComponent, brigadier::prelude::*, chat::ChatPacket, ecs::prelude::*,
- entity::metadata::Player,
+ Client, brigadier::prelude::*, chat::ChatPacket, ecs::prelude::*, entity::metadata::Player,
+ player::GameProfileComponent,
};
use parking_lot::Mutex;