From 7d6cacc79baadc53c7ac9eee735af311423634ad Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 24 Feb 2025 04:24:52 +0000 Subject: fix send_receivepacketevent running outside of game state --- azalea-entity/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azalea-entity/src') 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; -- cgit v1.2.3