diff options
Diffstat (limited to 'azalea/examples')
| -rw-r--r-- | azalea/examples/testbot/commands.rs | 2 |
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; |
