From 83784d5a350168edaade4620122c2c6d46bc81a2 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 14 Sep 2023 16:48:21 -0500 Subject: rename Local to LocalEntity --- azalea-client/src/local_player.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'azalea-client/src/local_player.rs') diff --git a/azalea-client/src/local_player.rs b/azalea-client/src/local_player.rs index 0c89b4a7..1bcb0948 100644 --- a/azalea-client/src/local_player.rs +++ b/azalea-client/src/local_player.rs @@ -23,10 +23,11 @@ use crate::{ /// world. If you have access to a [`Client`], you probably don't need to care /// about this since `Client` gives you access to everything here. /// -/// You can also use the [`Local`] marker component for queries if you're only -/// checking for a local player and don't need the contents of this component. +/// You can also use the [`LocalEntity`] marker component for queries if you're +/// only checking for a local player and don't need the contents of this +/// component. /// -/// [`Local`]: azalea_entity::Local +/// [`LocalEntity`]: azalea_entity::LocalEntity /// [`Client`]: crate::Client #[derive(Component)] pub struct LocalPlayer { -- cgit v1.2.3