Skip to content

Commit

Permalink
Fix spelling on packet_configuration_acknowledged in all locations in…
Browse files Browse the repository at this point in the history
… 1.20.2 protocol.json (#841)
  • Loading branch information
wgaylord committed Jan 27, 2024
1 parent c1b5113 commit 4b0ac88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/pc/1.20.2/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -6964,7 +6964,7 @@
}
]
],
"packet_configuation_acknowledged": [
"packet_configuration_acknowledged": [
"container",
[]
],
Expand Down Expand Up @@ -6998,7 +6998,7 @@
"0x08": "client_command",
"0x09": "settings",
"0x0a": "tab_complete",
"0x0b": "configuation_acknowledged",
"0x0b": "configuration_acknowledged",
"0x0c": "enchant_item",
"0x0d": "window_click",
"0x0e": "close_window",
Expand Down Expand Up @@ -7104,7 +7104,7 @@
"block_place": "packet_block_place",
"use_item": "packet_use_item",
"chunk_batch_received": "packet_chunk_batch_received",
"configuation_acknowledged": "packet_configuation_acknowledged",
"configuration_acknowledged": "packet_configuration_acknowledged",
"ping_request": "packet_ping_request"
}
}
Expand All @@ -7115,4 +7115,4 @@
}
}
}
}
}

0 comments on commit 4b0ac88

Please sign in to comment.