From 77f9d929b645ff7b265130bc667627e1cad14e6a Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 18 Apr 2025 14:31:18 +0800 Subject: typo in instance_block_action packet --- azalea-protocol/src/packets/game/s_test_instance_block_action.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src') diff --git a/azalea-protocol/src/packets/game/s_test_instance_block_action.rs b/azalea-protocol/src/packets/game/s_test_instance_block_action.rs index 7ebda866..62a3bf4c 100644 --- a/azalea-protocol/src/packets/game/s_test_instance_block_action.rs +++ b/azalea-protocol/src/packets/game/s_test_instance_block_action.rs @@ -17,7 +17,7 @@ pub struct ServerboundTestInstanceBlockAction { pub enum Action { #[default] Init, - Qurey, + Query, Set, Reset, Save, -- cgit v1.2.3