aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/movement.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-09-19 02:01:39 -0500
committermat <git@matdoes.dev>2023-09-19 02:01:39 -0500
commit83cce236145cdab1872a472a70943b669a880965 (patch)
tree2ce4a6c6e46b887e100e3e710e4c809d3a1e7279 /azalea-client/src/movement.rs
parent51963990bc0cbbbca388b2ed015fd64ff6492d7b (diff)
downloadazalea-drasl-83cce236145cdab1872a472a70943b669a880965.tar.xz
add Loaded component and fix clamping look direction
Diffstat (limited to 'azalea-client/src/movement.rs')
-rw-r--r--azalea-client/src/movement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/movement.rs b/azalea-client/src/movement.rs
index 47cbd0ac..3bdcdeac 100644
--- a/azalea-client/src/movement.rs
+++ b/azalea-client/src/movement.rs
@@ -388,7 +388,7 @@ impl Client {
/// An event sent when the client starts walking. This does not get sent for
/// non-local entities.
-#[derive(Event)]
+#[derive(Event, Debug)]
pub struct StartWalkEvent {
pub entity: Entity,
pub direction: WalkDirection,