From 4a4de819616d620d15680e71fb32390e28ab07cd Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 9 Jun 2025 17:15:07 +0900 Subject: handle relative teleports correctly and fix entity chunk indexing warnings --- azalea-entity/src/plugin/mod.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'azalea-entity/src/plugin/mod.rs') 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, ) -- cgit v1.2.3