diff options
| author | mat <git@matdoes.dev> | 2023-08-26 22:19:10 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-08-26 22:19:10 -0500 |
| commit | 12118ebfa3f8165c345c98596957b25a156c8b74 (patch) | |
| tree | 2295753dcacb488755d3b6c6ce405a7a91196f52 /azalea-entity/src/plugin/mod.rs | |
| parent | dea717b68e2945777c68d44ce321639cf09ea226 (diff) | |
| download | azalea-drasl-12118ebfa3f8165c345c98596957b25a156c8b74.tar.xz | |
use better pathfinder costs and also fix relative entity updates breaking sometimes
Diffstat (limited to 'azalea-entity/src/plugin/mod.rs')
| -rw-r--r-- | azalea-entity/src/plugin/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-entity/src/plugin/mod.rs b/azalea-entity/src/plugin/mod.rs index 41ec4e6a..94e8e79d 100644 --- a/azalea-entity/src/plugin/mod.rs +++ b/azalea-entity/src/plugin/mod.rs @@ -59,7 +59,6 @@ impl Plugin for EntityPlugin { ) .in_set(EntityUpdateSet::Index), ( - relative_updates::add_updates_received, relative_updates::debug_detect_updates_received_on_local_entities, debug_new_entity, add_dead, |
