aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity/src/plugin/mod.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-06-09 17:15:07 +0900
committermat <git@matdoes.dev>2025-06-09 17:15:07 +0900
commit4a4de819616d620d15680e71fb32390e28ab07cd (patch)
tree9bd1159dec3527b07651d0d9c78f96c95d115e7b /azalea-entity/src/plugin/mod.rs
parent45d73712746fbfd365e8a68a75dfad6ae2e0d174 (diff)
downloadazalea-drasl-4a4de819616d620d15680e71fb32390e28ab07cd.tar.xz
handle relative teleports correctly and fix entity chunk indexing warnings
Diffstat (limited to 'azalea-entity/src/plugin/mod.rs')
-rw-r--r--azalea-entity/src/plugin/mod.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/azalea-entity/src/plugin/mod.rs b/azalea-entity/src/plugin/mod.rs
index 6a6c9615..03afe7cd 100644
--- a/azalea-entity/src/plugin/mod.rs
+++ b/azalea-entity/src/plugin/mod.rs
@@ -46,11 +46,6 @@ impl Plugin for EntityPlugin {
Update,
(
(
- // remove_despawned_entities_from_indexes is done again here to correctly
- // handle the case where an entity is spawned and then the world is removed at
- // the same time (like with ClientboundStartConfiguration).
- indexing::remove_despawned_entities_from_indexes
- .in_set(EntityUpdateSet::Deindex),
indexing::update_entity_chunk_positions,
indexing::insert_entity_chunk_position,
)