aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity/src
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-02-01 21:26:37 +0000
committermat <git@matdoes.dev>2025-02-01 21:26:37 +0000
commit4562967b617589cb5aa7b401103e84fbb6b0775c (patch)
tree92f98be3c711df7365eef7d2979b62af1a03582a /azalea-entity/src
parent87c34e1c3355e2b950f3c6f4ae44dcdfb775bbca (diff)
downloadazalea-drasl-4562967b617589cb5aa7b401103e84fbb6b0775c.tar.xz
set player metadata on init instead of login
Diffstat (limited to 'azalea-entity/src')
-rw-r--r--azalea-entity/src/lib.rs7
1 files changed, 0 insertions, 7 deletions
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.
///