From a95408cbcc05b5bd04a084b0a286b571069206f6 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 16 Mar 2025 04:36:42 +0000 Subject: fix broken doc links --- azalea-client/src/plugins/events.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azalea-client/src/plugins/events.rs') diff --git a/azalea-client/src/plugins/events.rs b/azalea-client/src/plugins/events.rs index 3d34d75f..0e30118a 100644 --- a/azalea-client/src/plugins/events.rs +++ b/azalea-client/src/plugins/events.rs @@ -229,6 +229,8 @@ pub fn death_listener(query: Query<&LocalPlayerEvents>, mut events: EventReader< } /// Send the "Death" event for [`LocalEntity`]s that died with no reason. +/// +/// [`LocalEntity`]: azalea_entity::LocalEntity pub fn dead_component_listener(query: Query<&LocalPlayerEvents, Added>) { for local_player_events in &query { local_player_events.send(Event::Death(None)).unwrap(); -- cgit v1.2.3