From 87c34e1c3355e2b950f3c6f4ae44dcdfb775bbca Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 1 Feb 2025 20:35:57 +0000 Subject: add failing test_set_health_before_login test --- azalea-entity/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-entity/src/lib.rs') diff --git a/azalea-entity/src/lib.rs b/azalea-entity/src/lib.rs index 4c0201ce..6019261c 100644 --- a/azalea-entity/src/lib.rs +++ b/azalea-entity/src/lib.rs @@ -489,7 +489,7 @@ pub struct PlayerBundle { /// be updated by other clients. /// /// If this is for a client then all of our clients will have this. -#[derive(Component, Clone)] +#[derive(Component, Clone, Debug)] pub struct LocalEntity; #[derive(Component, Clone, Debug, PartialEq, Deref, DerefMut)] -- cgit v1.2.3