1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

Add missing yaw and patch fields to ServerboundUseItemPacket (#178)

(cherry picked from commit ed7b306aff5ed1d1ce9659d41f76f3f3a6884dd6)
This commit is contained in:
Shayne Hartford 2024-10-22 01:24:09 -04:00 committed by GitHub
parent cd2f298a62
commit 5e99c2218d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,4 +7,6 @@ pub struct ServerboundUseItemPacket {
pub hand: InteractionHand,
#[var]
pub sequence: u32,
pub yaw: f32,
pub pitch: f32,
}