diff options
| author | mat <git@matdoes.dev> | 2026-03-18 11:07:31 +0330 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-03-18 11:07:31 +0330 |
| commit | 9fa09259aa9daa9119d95f4b5634d017c0262596 (patch) | |
| tree | 4443e0454aedd41ce2f8fb3a941ad3730626e1a4 /azalea-core/src | |
| parent | 8b2a9d512bad11be2ea40899e2d834f643fdc2e8 (diff) | |
| download | azalea-drasl-9fa09259aa9daa9119d95f4b5634d017c0262596.tar.xz | |
merge logic for the three move_entity packets
Diffstat (limited to 'azalea-core/src')
| -rw-r--r-- | azalea-core/src/delta.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-core/src/delta.rs b/azalea-core/src/delta.rs index c45900d8..b1410e81 100644 --- a/azalea-core/src/delta.rs +++ b/azalea-core/src/delta.rs @@ -12,7 +12,7 @@ pub trait PositionDeltaTrait { } /// Only works for up to 8 blocks -#[derive(AzBuf, Clone, Debug, Default, PartialEq)] +#[derive(AzBuf, Clone, Copy, Debug, Default, PartialEq)] pub struct PositionDelta8 { pub xa: i16, pub ya: i16, |
