diff options
Diffstat (limited to 'azalea-entity/src/plugin/relative_updates.rs')
| -rw-r--r-- | azalea-entity/src/plugin/relative_updates.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-entity/src/plugin/relative_updates.rs b/azalea-entity/src/plugin/relative_updates.rs index 45b85203..4f7e478a 100644 --- a/azalea-entity/src/plugin/relative_updates.rs +++ b/azalea-entity/src/plugin/relative_updates.rs @@ -51,7 +51,7 @@ pub struct RelativeEntityUpdate { /// This is used for making sure two clients don't do the same relative update /// on an entity. /// -/// If an entity is local (i.e. it's a client/localplayer), this component +/// If an entity is local (i.e. it's a client/LocalEntity), this component /// should NOT be present in the entity. #[derive(Component, Debug, Deref, DerefMut)] pub struct UpdatesReceived(u32); |
