diff options
| author | mat <git@matdoes.dev> | 2023-07-15 02:06:19 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-07-15 02:06:19 -0500 |
| commit | 148f20381750be3e2c38a6bdaf8d339113da1b39 (patch) | |
| tree | 893fc171b4228eb7c90d4df7c3394e22042a3d6b /azalea-entity/src | |
| parent | 7405427199e5a994d4a6a706f84434a69cb7a7d9 (diff) | |
| download | azalea-drasl-148f20381750be3e2c38a6bdaf8d339113da1b39.tar.xz | |
fix auto respawn and fix entity metadata
Diffstat (limited to 'azalea-entity/src')
| -rw-r--r-- | azalea-entity/src/info.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-entity/src/info.rs b/azalea-entity/src/info.rs index 18021d36..0c5fd3d3 100644 --- a/azalea-entity/src/info.rs +++ b/azalea-entity/src/info.rs @@ -170,7 +170,7 @@ impl EntityCommand for RelativeEntityUpdate { #[derive(Resource, Default)] pub struct EntityInfos { /// An index of entities by their UUIDs - pub(crate) entity_by_uuid: HashMap<Uuid, Entity>, + pub entity_by_uuid: HashMap<Uuid, Entity>, } impl EntityInfos { |
