aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2026-02-22 18:38:25 -0900
committermat <git@matdoes.dev>2026-02-22 18:38:25 -0900
commit8fd11c174d921a8085bb7e67ae62958e23d174cb (patch)
treea760a1e34f24c1429370ea807a29bd60668d2a58 /azalea-client/src/plugins
parent341e99403b3b215a4ef09b02c0bd9ee40ac4205f (diff)
downloadazalea-drasl-8fd11c174d921a8085bb7e67ae62958e23d174cb.tar.xz
fix incorrect PalettedContainer::write impl
Diffstat (limited to 'azalea-client/src/plugins')
-rw-r--r--azalea-client/src/plugins/packet/relative_updates.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/plugins/packet/relative_updates.rs b/azalea-client/src/plugins/packet/relative_updates.rs
index d6367829..35218e7d 100644
--- a/azalea-client/src/plugins/packet/relative_updates.rs
+++ b/azalea-client/src/plugins/packet/relative_updates.rs
@@ -107,7 +107,7 @@ pub fn should_apply_entity_update(
let this_client_updates_received = partial_entity_infos
.updates_received
- .get(&minecraft_entity_id)
+ .get(minecraft_entity_id)
.copied();
let can_update = if let Some(updates_received) = updates_received {