From 4562967b617589cb5aa7b401103e84fbb6b0775c Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 1 Feb 2025 21:26:37 +0000 Subject: set player metadata on init instead of login --- azalea-entity/src/lib.rs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'azalea-entity/src') diff --git a/azalea-entity/src/lib.rs b/azalea-entity/src/lib.rs index 6019261c..472ba29a 100644 --- a/azalea-entity/src/lib.rs +++ b/azalea-entity/src/lib.rs @@ -478,13 +478,6 @@ impl EntityBundle { } } -/// A bundle of the components that are always present for a player. -#[derive(Bundle)] -pub struct PlayerBundle { - pub entity: EntityBundle, - pub metadata: metadata::PlayerMetadataBundle, -} - /// A marker component that signifies that this entity is "local" and shouldn't /// be updated by other clients. /// -- cgit v1.2.3