Skip to content

Commit

Permalink
Fix BlockPickRequestPacket
Browse files Browse the repository at this point in the history
  • Loading branch information
lt-name committed Oct 19, 2024
1 parent d5abb15 commit 11b4ffd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void decode() {
this.x = v.x;
this.y = v.y;
this.z = v.z;
this.putBoolean(this.addUserData);
this.addUserData = this.getBoolean();
this.selectedSlot = this.getByte();
}

Expand Down

0 comments on commit 11b4ffd

Please sign in to comment.