Skip to content

Commit

Permalink
fix: hint arrows no longer read more than they should
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Kris committed Jul 24, 2024
1 parent ab8aea4 commit cd0997f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public class HintArrowDecoder : ProxyMessageDecoder<HintArrow> {
HintArrow(HintArrow.PlayerHintArrow(index))
}
in 2..6 -> {
val positionId = buffer.g1()
val x = buffer.g2()
val z = buffer.g2()
val height = buffer.g1()
Expand All @@ -41,7 +40,7 @@ public class HintArrowDecoder : ProxyMessageDecoder<HintArrow> {
x,
z,
height,
positionId,
type,
),
)
}
Expand Down

0 comments on commit cd0997f

Please sign in to comment.