aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity/src
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-02-24 04:24:52 +0000
committermat <git@matdoes.dev>2025-02-24 04:24:52 +0000
commit7d6cacc79baadc53c7ac9eee735af311423634ad (patch)
tree973830546f327cc3fdbdfefcb474daa38c9f8d59 /azalea-entity/src
parentcfe6bea25a619846bbd5e23022ae572ea487563d (diff)
downloadazalea-drasl-7d6cacc79baadc53c7ac9eee735af311423634ad.tar.xz
fix send_receivepacketevent running outside of game state
Diffstat (limited to 'azalea-entity/src')
-rw-r--r--azalea-entity/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-entity/src/lib.rs b/azalea-entity/src/lib.rs
index 770afc50..49e42017 100644
--- a/azalea-entity/src/lib.rs
+++ b/azalea-entity/src/lib.rs
@@ -482,6 +482,8 @@ impl EntityBundle {
/// be updated by other clients.
///
/// If this is for a client then all of our clients will have this.
+///
+/// This component is not removed from clients when they disconnect.
#[derive(Component, Clone, Debug, Default)]
pub struct LocalEntity;