aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-05-02 01:20:25 +0000
committermat <git@matdoes.dev>2025-05-02 01:20:25 +0000
commit881055e58711838893416bfc555e0643c5cfa515 (patch)
tree20eca9e01a7422e0a8fb35651307f0420c931339 /azalea-protocol
parent11a74f215e28d7c3971c9894351567edb68ef0f8 (diff)
downloadazalea-drasl-881055e58711838893416bfc555e0643c5cfa515.tar.xz
fix InstanceName desync
Diffstat (limited to 'azalea-protocol')
-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 7672703f..a3898805 100644
--- a/azalea-protocol/src/common/movements.rs
+++ b/azalea-protocol/src/common/movements.rs
@@ -16,7 +16,7 @@ pub struct PositionMoveRotation {
pub look_direction: LookDirection,
}
-#[derive(Debug, Clone)]
+#[derive(Debug, Clone, Default)]
pub struct RelativeMovements {
pub x: bool,
pub y: bool,