From 9fa09259aa9daa9119d95f4b5634d017c0262596 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 18 Mar 2026 11:07:31 +0330 Subject: merge logic for the three move_entity packets --- azalea-core/src/delta.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-core/src') 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, -- cgit v1.2.3