aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity/src
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-entity/src')
-rw-r--r--azalea-entity/src/info.rs2
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 {