From 0569862a1b1f46f1854f4eafd1569359397f2515 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 2 Jun 2025 03:14:08 -0430 Subject: fix issues related to pathfinder mining --- azalea/examples/testbot/commands.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea/examples') 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; -- cgit v1.2.3