diff options
| author | mat <git@matdoes.dev> | 2023-10-06 15:23:36 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-10-06 15:23:36 -0500 |
| commit | 30702d94f65a2bd86c9ac0a7c402675b89ac4364 (patch) | |
| tree | 1d4399d168e49479161f3dfa046a58442fcccb04 /azalea-client/src/packet_handling | |
| parent | 177864be60c08cb61fd577eb99ee5c99481fc03e (diff) | |
| download | azalea-drasl-30702d94f65a2bd86c9ac0a7c402675b89ac4364.tar.xz | |
fix QueryDoesNotMatch and improve error
Diffstat (limited to 'azalea-client/src/packet_handling')
| -rw-r--r-- | azalea-client/src/packet_handling/configuration.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-client/src/packet_handling/configuration.rs b/azalea-client/src/packet_handling/configuration.rs index df1b1025..7c295bdb 100644 --- a/azalea-client/src/packet_handling/configuration.rs +++ b/azalea-client/src/packet_handling/configuration.rs @@ -134,7 +134,6 @@ pub fn process_packet_events(ecs: &mut World) { instance_holder, physics_state: crate::PhysicsState::default(), inventory: crate::inventory::InventoryComponent::default(), - client_information: crate::ClientInformation::default(), tab_list: crate::local_player::TabList::default(), current_sequence_number: crate::interact::CurrentSequenceNumber::default(), last_sent_direction: crate::movement::LastSentLookDirection::default(), |
