aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples/testbot
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/examples/testbot')
-rw-r--r--azalea/examples/testbot/commands.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/examples/testbot/commands.rs b/azalea/examples/testbot/commands.rs
index 4c0e7235..e8a9855f 100644
--- a/azalea/examples/testbot/commands.rs
+++ b/azalea/examples/testbot/commands.rs
@@ -3,7 +3,7 @@ pub mod debug;
pub mod movement;
use azalea::{
- Client, brigadier::prelude::*, chat::ChatPacket, entity::metadata::Player,
+ Client, brigadier::prelude::*, client_chat::ChatPacket, entity::metadata::Player,
player::GameProfileComponent,
};
use bevy_ecs::query::With;