From 55a7db13ef028f5b6c6e87a81406b3525cea196f Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 12 Aug 2025 20:50:40 -1030 Subject: send correct packets on teleport --- azalea-entity/src/plugin/mod.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'azalea-entity/src/plugin/mod.rs') diff --git a/azalea-entity/src/plugin/mod.rs b/azalea-entity/src/plugin/mod.rs index 924a6f53..ee6bca61 100644 --- a/azalea-entity/src/plugin/mod.rs +++ b/azalea-entity/src/plugin/mod.rs @@ -238,6 +238,12 @@ pub fn update_in_loaded_chunk( } } +/// A component that indicates whether the client has loaded. +/// +/// This is updated by a system in `azalea-client`. +#[derive(Component)] +pub struct HasClientLoaded; + #[cfg(test)] mod tests { use azalea_block::{ -- cgit v1.2.3