diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/c_player_position.rs')
| -rwxr-xr-x | azalea-protocol/src/packets/game/c_player_position.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-protocol/src/packets/game/c_player_position.rs b/azalea-protocol/src/packets/game/c_player_position.rs index 8460f428..7b95fef7 100755 --- a/azalea-protocol/src/packets/game/c_player_position.rs +++ b/azalea-protocol/src/packets/game/c_player_position.rs @@ -5,6 +5,7 @@ use crate::common::movements::{PositionMoveRotation, RelativeMovements}; #[derive(Clone, Debug, AzBuf, ClientboundGamePacket)] pub struct ClientboundPlayerPosition { + /// The teleport ID. #[var] pub id: u32, pub change: PositionMoveRotation, |
