From 4b0ac882a3900525dbf6cc0f0a4ffb9234d3b029 Mon Sep 17 00:00:00 2001 From: William Gaylord Date: Fri, 26 Jan 2024 20:12:08 -0600 Subject: [PATCH] Fix spelling on packet_configuration_acknowledged in all locations in 1.20.2 protocol.json (#841) --- data/pc/1.20.2/protocol.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/pc/1.20.2/protocol.json b/data/pc/1.20.2/protocol.json index c3d121f8e..364fa5f1a 100644 --- a/data/pc/1.20.2/protocol.json +++ b/data/pc/1.20.2/protocol.json @@ -6964,7 +6964,7 @@ } ] ], - "packet_configuation_acknowledged": [ + "packet_configuration_acknowledged": [ "container", [] ], @@ -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", @@ -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" } } @@ -7115,4 +7115,4 @@ } } } -} \ No newline at end of file +}