diff options
Diffstat (limited to 'azalea-client/src')
| -rw-r--r-- | azalea-client/src/client.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index 7315f197..5863690e 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -334,6 +334,8 @@ impl Client { metadata: azalea_entity::metadata::PlayerMetadataBundle::default(), }, InConfigState, + // this component is never removed + LocalEntity, )); Ok((client, rx)) @@ -813,8 +815,6 @@ pub struct JoinedClientBundle { pub mining: mining::MineBundle, pub attack: attack::AttackBundle, - - pub _local_entity: LocalEntity, } /// A marker component for local players that are currently in the |
