diff --git a/azalea-client/src/plugins/events.rs b/azalea-client/src/plugins/events.rs index 32e393da..92da08be 100644 --- a/azalea-client/src/plugins/events.rs +++ b/azalea-client/src/plugins/events.rs @@ -178,6 +178,7 @@ pub fn login_listener(query: Query<&LocalPlayerEvents, Added> /// sending the event twice for the same client. #[derive(Component)] pub struct SentSpawnEvent; +#[allow(clippy::type_complexity)] pub fn spawn_listener( query: Query<(Entity, &LocalPlayerEvents), (Added, Without)>, mut commands: Commands,