fix broken doc link

This commit is contained in:
mat 2023-10-02 22:24:06 -05:00
parent 0691373310
commit e847f46c0b

View file

@ -100,7 +100,9 @@ pub struct LastSentLookDirection {
} }
/// Component for entities that can move and sprint. Usually only in /// Component for entities that can move and sprint. Usually only in
/// [`LocalPlayer`] entities. /// [`LocalEntity`]s.
///
/// [`LocalEntity`]: azalea_entity::LocalEntity
#[derive(Default, Component, Clone)] #[derive(Default, Component, Clone)]
pub struct PhysicsState { pub struct PhysicsState {
/// Minecraft only sends a movement packet either after 20 ticks or if the /// Minecraft only sends a movement packet either after 20 ticks or if the