diff options
Diffstat (limited to 'azalea-client/src/player.rs')
| -rwxr-xr-x | azalea-client/src/player.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-client/src/player.rs b/azalea-client/src/player.rs index 3680e2d0..c2c8a94e 100755 --- a/azalea-client/src/player.rs +++ b/azalea-client/src/player.rs @@ -1,11 +1,11 @@ use azalea_auth::game_profile::GameProfile; use azalea_chat::FormattedText; use azalea_core::GameType; -use azalea_ecs::{ +use azalea_world::entity::EntityInfos; +use bevy_ecs::{ event::EventReader, system::{Commands, Res}, }; -use azalea_world::entity::EntityInfos; use uuid::Uuid; use crate::{packet_handling::AddPlayerEvent, GameProfileComponent}; |
