mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 23:44:38 +00:00
Remove "despawning entity" spam
This commit is contained in:
parent
483ce9164e
commit
04c021ddd1
1 changed files with 1 additions and 1 deletions
|
@ -851,7 +851,7 @@ pub fn process_packet_events(ecs: &mut World) {
|
||||||
if let Some(entity) =
|
if let Some(entity) =
|
||||||
instance.write().entity_by_id.remove(&MinecraftEntityId(id))
|
instance.write().entity_by_id.remove(&MinecraftEntityId(id))
|
||||||
{
|
{
|
||||||
println!("despawning entity");
|
//println!("despawning entity");
|
||||||
commands.entity(entity).despawn();
|
commands.entity(entity).despawn();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue