pub fn player_loaded_packet(
commands: Commands<'_, '_>,
query: Query<'_, '_, Entity, (With<LocalEntity>, Without<HasClientLoaded>, With<InLoadedChunk>)>,
)
pub fn player_loaded_packet(
commands: Commands<'_, '_>,
query: Query<'_, '_, Entity, (With<LocalEntity>, Without<HasClientLoaded>, With<InLoadedChunk>)>,
)