From 72d87349feaf0240848b735be94448836e0bf4e5 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 24 Feb 2025 04:26:16 +0000 Subject: update outdated comment --- azalea-client/src/client.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index ae94c773..0a8c1eaf 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -796,8 +796,8 @@ pub struct LocalPlayerBundle { } /// A bundle for the components that are present on a local player that is -/// currently in the `game` protocol state. If you want to filter for this, just -/// use [`LocalEntity`]. +/// currently in the `game` protocol state. If you want to filter for this, use +/// [`InGameState`]. #[derive(Bundle, Default)] pub struct JoinedClientBundle { // note that InstanceHolder isn't here because it's set slightly before we fully join the world -- cgit v1.2.3