diff options
| author | mat <git@matdoes.dev> | 2026-02-22 18:38:25 -0900 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-02-22 18:38:25 -0900 |
| commit | 8fd11c174d921a8085bb7e67ae62958e23d174cb (patch) | |
| tree | a760a1e34f24c1429370ea807a29bd60668d2a58 /azalea-entity/src | |
| parent | 341e99403b3b215a4ef09b02c0bd9ee40ac4205f (diff) | |
| download | azalea-drasl-8fd11c174d921a8085bb7e67ae62958e23d174cb.tar.xz | |
fix incorrect PalettedContainer::write impl
Diffstat (limited to 'azalea-entity/src')
| -rw-r--r-- | azalea-entity/src/plugin/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-entity/src/plugin/mod.rs b/azalea-entity/src/plugin/mod.rs index 7c4f3ed4..bedb03b0 100644 --- a/azalea-entity/src/plugin/mod.rs +++ b/azalea-entity/src/plugin/mod.rs @@ -231,6 +231,7 @@ pub fn update_dimensions( } } +#[allow(clippy::type_complexity)] pub fn update_crouching( query: Query<(&mut Crouching, &Pose), (Without<LocalEntity>, With<Player>)>, ) { |
