From b3af8d73faa2663e25e5688897720e57842f99ae Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 25 Apr 2025 01:10:03 -0100 Subject: update to bevy 0.16 --- azalea/src/nearest_entity.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/src/nearest_entity.rs') diff --git a/azalea/src/nearest_entity.rs b/azalea/src/nearest_entity.rs index 867e3fe8..aa6c6e6f 100644 --- a/azalea/src/nearest_entity.rs +++ b/azalea/src/nearest_entity.rs @@ -34,7 +34,7 @@ use bevy_ecs::{ /// continue; /// }; /// -/// chat_events.send(SendChatEvent { +/// chat_events.write(SendChatEvent { /// entity: bot_id, /// content: String::from("Ahhh!"), /// }); -- cgit v1.2.3