Skip to content

Commit

Permalink
[bedrock] Fix issue with player auth input data (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDiamond64 committed Feb 19, 2024
1 parent 4bf2ae5 commit 985b2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/bedrock/1.20.61/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -9758,7 +9758,7 @@
"type": [
"switch",
{
"compareTo": "input_data.item_stack_request",
"compareTo": "input_data.client_predicted_vehicle",
"fields": {
"true": "zigzag64"
},
Expand Down
2 changes: 1 addition & 1 deletion data/bedrock/latest/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3082,7 +3082,7 @@ packet_player_auth_input:
data: TransactionUseItem
item_stack_request: input_data.item_stack_request ?
if true: ItemStackRequest
predicted_vehicle: input_data.item_stack_request ?
predicted_vehicle: input_data.client_predicted_vehicle ?
if true: zigzag64
block_action: input_data.block_action ?
if true: []zigzag32
Expand Down

0 comments on commit 985b2be

Please sign in to comment.