Skip to content

Commit

Permalink
Add missing yaw and patch fields to ServerboundUseItemPacket (#178)
Browse files Browse the repository at this point in the history
(cherry picked from commit ed7b306)
  • Loading branch information
ShayBox authored Oct 22, 2024
1 parent cd2f298 commit 5e99c22
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ pub struct ServerboundUseItemPacket {
pub hand: InteractionHand,
#[var]
pub sequence: u32,
pub yaw: f32,
pub pitch: f32,
}

0 comments on commit 5e99c22

Please sign in to comment.