From 7b7b12223205d5df21a31ae8e6fcd7ad69bd7cb4 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 28 Mar 2026 15:07:52 -1100 Subject: re-export azalea-chat from azalea, and rename azalea::chat to client_chat --- azalea/examples/testbot/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/examples') 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; -- cgit v1.2.3