diff options
| author | mat <git@matdoes.dev> | 2025-04-18 14:31:18 +0800 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-04-18 14:31:18 +0800 |
| commit | 77f9d929b645ff7b265130bc667627e1cad14e6a (patch) | |
| tree | b63bbc11443571a3c6051267ccf5861614c3a58d /azalea-protocol/src | |
| parent | e86087366ff2c5aeacc866a900f33aeba2bda6d0 (diff) | |
| download | azalea-drasl-77f9d929b645ff7b265130bc667627e1cad14e6a.tar.xz | |
typo in instance_block_action packet
Diffstat (limited to 'azalea-protocol/src')
| -rw-r--r-- | azalea-protocol/src/packets/game/s_test_instance_block_action.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
