Skip to content

Commit

Permalink
Fix Wrong Position
Browse files Browse the repository at this point in the history
Update MiddlePosition.java
  • Loading branch information
HowardZHY authored Jan 16, 2025
1 parent 0b5c7f3 commit 049cff4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void readFromServerData(PacketDataSerializer serializer) {
y += location.getY();
}
if ((field & 0x04) != 0) {
z += location.getX();
z += location.getZ();
}
if ((field & 0x08) != 0) {
yaw += location.getYaw();
Expand Down

0 comments on commit 049cff4

Please sign in to comment.