aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/clientbound_player_position_packet.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-06-24 23:54:31 -0500
committermat <github@matdoes.dev>2022-06-24 23:54:31 -0500
commit41f61bf9c11ab58af4c1bd97c2cb40110b272449 (patch)
tree3784907c2c18ce9881907a9e2603218d26fcf973 /azalea-protocol/src/packets/game/clientbound_player_position_packet.rs
parentb030b0ea330c674415f7e30634957167b2fa6a6d (diff)
downloadazalea-drasl-41f61bf9c11ab58af4c1bd97c2cb40110b272449.tar.xz
i hate mutexes
Diffstat (limited to 'azalea-protocol/src/packets/game/clientbound_player_position_packet.rs')
-rw-r--r--azalea-protocol/src/packets/game/clientbound_player_position_packet.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_player_position_packet.rs b/azalea-protocol/src/packets/game/clientbound_player_position_packet.rs
index 2c5504fa..29f7c1a3 100644
--- a/azalea-protocol/src/packets/game/clientbound_player_position_packet.rs
+++ b/azalea-protocol/src/packets/game/clientbound_player_position_packet.rs
@@ -14,7 +14,7 @@ pub struct ClientboundPlayerPositionPacket {
/// Client should confirm this packet with Teleport Confirm containing the
/// same Teleport ID.
#[var]
- pub id: i32,
+ pub id: u32,
pub dismount_vehicle: bool,
}