From 4a4de819616d620d15680e71fb32390e28ab07cd Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 9 Jun 2025 17:15:07 +0900 Subject: handle relative teleports correctly and fix entity chunk indexing warnings --- azalea-protocol/src/packets/game/c_teleport_entity.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src/packets') diff --git a/azalea-protocol/src/packets/game/c_teleport_entity.rs b/azalea-protocol/src/packets/game/c_teleport_entity.rs index 92b8f1eb..e19ded58 100644 --- a/azalea-protocol/src/packets/game/c_teleport_entity.rs +++ b/azalea-protocol/src/packets/game/c_teleport_entity.rs @@ -9,6 +9,6 @@ pub struct ClientboundTeleportEntity { #[var] pub id: MinecraftEntityId, pub change: PositionMoveRotation, - pub relatives: RelativeMovements, + pub relative: RelativeMovements, pub on_ground: bool, } -- cgit v1.2.3