From 8fd11c174d921a8085bb7e67ae62958e23d174cb Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 22 Feb 2026 18:38:25 -0900 Subject: fix incorrect PalettedContainer::write impl --- azalea-client/src/plugins/packet/relative_updates.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-client/src/plugins') 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 { -- cgit v1.2.3