diff options
Diffstat (limited to 'azalea-protocol/src')
| -rw-r--r-- | azalea-protocol/src/packets/game/s_container_click.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/s_container_click.rs b/azalea-protocol/src/packets/game/s_container_click.rs index 19085363..9c4696ed 100644 --- a/azalea-protocol/src/packets/game/s_container_click.rs +++ b/azalea-protocol/src/packets/game/s_container_click.rs @@ -56,7 +56,7 @@ impl From<&ItemStack> for HashedStack { let mut added_components = Vec::new(); let mut removed_components = Vec::new(); - for (&kind, data) in &item.components.components { + for (&kind, data) in &item.component_patch.components { if let Some(data) = data { // encodeCap in TypedDataComponent.java let mut buf = Vec::new(); |
