Skip to content

Commit

Permalink
damage_event packet fix (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
PondWader committed Jul 18, 2023
1 parent 272348b commit 37015f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
10 changes: 2 additions & 8 deletions data/pc/1.19.4/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -5378,17 +5378,11 @@
},
{
"name": "sourceCauseId",
"type": [
"option",
"varint"
]
"type": "varint"
},
{
"name": "sourceDirectId",
"type": [
"option",
"varint"
]
"type": "varint"
},
{
"name": "sourcePosition",
Expand Down
10 changes: 2 additions & 8 deletions data/pc/1.20/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -5357,17 +5357,11 @@
},
{
"name": "sourceCauseId",
"type": [
"option",
"varint"
]
"type": "varint"
},
{
"name": "sourceDirectId",
"type": [
"option",
"varint"
]
"type": "varint"
},
{
"name": "sourcePosition",
Expand Down

0 comments on commit 37015f4

Please sign in to comment.