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