diff options
Diffstat (limited to 'azalea-client/src/plugins')
| -rw-r--r-- | azalea-client/src/plugins/packet/relative_updates.rs | 2 |
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 { |
