aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/common/movements.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/common/movements.rs')
-rw-r--r--azalea-protocol/src/common/movements.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/common/movements.rs b/azalea-protocol/src/common/movements.rs
index e7b71a2e..82559f86 100644
--- a/azalea-protocol/src/common/movements.rs
+++ b/azalea-protocol/src/common/movements.rs
@@ -19,7 +19,7 @@ pub struct PositionMoveRotation {
pub look_direction: LookDirection,
}
-#[derive(Debug, Clone, Default, PartialEq)]
+#[derive(Clone, Debug, Default, PartialEq)]
pub struct RelativeMovements {
pub x: bool,
pub y: bool,