From f0b58c7e748e1e94ad0dd08124cfc186e865709c Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 18 Nov 2023 20:44:49 -0600 Subject: share registries in swarms and fix some bugs --- azalea-client/src/local_player.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-client/src/local_player.rs') diff --git a/azalea-client/src/local_player.rs b/azalea-client/src/local_player.rs index db0a14f1..bebe841e 100644 --- a/azalea-client/src/local_player.rs +++ b/azalea-client/src/local_player.rs @@ -26,7 +26,7 @@ use crate::{ /// A component that keeps strong references to our [`PartialInstance`] and /// [`Instance`] for local players. -#[derive(Component)] +#[derive(Component, Clone)] pub struct InstanceHolder { /// The partial instance is the world this client currently has loaded. It /// has a limited render distance. -- cgit v1.2.3