diff options
| author | mat <git@matdoes.dev> | 2023-09-30 15:42:59 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-09-30 15:42:59 -0500 |
| commit | af5134a0f9b980df00cc9c4b34f3c8964ee62fd7 (patch) | |
| tree | 5d1b56e1303513f29d9857d811eda1302e0a8ea4 /azalea-client/src | |
| parent | f61a6d1633b019af3e6f64073a1291b252b4f85f (diff) | |
| download | azalea-drasl-af5134a0f9b980df00cc9c4b34f3c8964ee62fd7.tar.xz | |
pathfinder: don't spin while descending
Diffstat (limited to 'azalea-client/src')
| -rw-r--r-- | azalea-client/src/movement.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-client/src/movement.rs b/azalea-client/src/movement.rs index 782e98ff..67588794 100644 --- a/azalea-client/src/movement.rs +++ b/azalea-client/src/movement.rs @@ -381,6 +381,8 @@ impl Client { /// An event sent when the client starts walking. This does not get sent for /// non-local entities. +/// +/// To stop walking or sprinting, send this event with `WalkDirection::None`. #[derive(Event, Debug)] pub struct StartWalkEvent { pub entity: Entity, |
