From 038807e607c55757b3d9a9d51f0b9e65a781772b Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 22 Feb 2024 22:41:54 -0600 Subject: fix for hypixel limbo --- azalea-client/src/configuration.rs | 1 - azalea-client/src/local_player.rs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'azalea-client/src') diff --git a/azalea-client/src/configuration.rs b/azalea-client/src/configuration.rs index 21e31b24..99b97f60 100644 --- a/azalea-client/src/configuration.rs +++ b/azalea-client/src/configuration.rs @@ -29,7 +29,6 @@ fn handle_in_configuration_state( mut send_packet_events: EventWriter, ) { for (entity, client_information) in query.iter() { - // quickly send the brand here let mut brand_data = Vec::new(); // they don't have to know :) "vanilla".write_into(&mut brand_data).unwrap(); diff --git a/azalea-client/src/local_player.rs b/azalea-client/src/local_player.rs index 3b3ae89b..b0582d8b 100644 --- a/azalea-client/src/local_player.rs +++ b/azalea-client/src/local_player.rs @@ -5,7 +5,7 @@ use azalea_core::game_type::GameMode; use azalea_entity::Dead; use azalea_protocol::packets::game::clientbound_player_abilities_packet::ClientboundPlayerAbilitiesPacket; use azalea_world::{Instance, PartialInstance}; -use bevy_ecs::{component::Component, entity::Entity, prelude::*, query::Added, system::Query}; +use bevy_ecs::{component::Component, prelude::*}; use derive_more::{Deref, DerefMut}; use parking_lot::RwLock; use thiserror::Error; -- cgit v1.2.3