diff options
| author | mat <git@matdoes.dev> | 2025-05-02 01:20:25 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-05-02 01:20:25 +0000 |
| commit | 881055e58711838893416bfc555e0643c5cfa515 (patch) | |
| tree | 20eca9e01a7422e0a8fb35651307f0420c931339 /azalea-protocol | |
| parent | 11a74f215e28d7c3971c9894351567edb68ef0f8 (diff) | |
| download | azalea-drasl-881055e58711838893416bfc555e0643c5cfa515.tar.xz | |
fix InstanceName desync
Diffstat (limited to 'azalea-protocol')
| -rw-r--r-- | azalea-protocol/src/common/movements.rs | 2 |
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, |
