diff options
Diffstat (limited to 'azalea-chat/src')
| -rwxr-xr-x | azalea-chat/src/component.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-chat/src/component.rs b/azalea-chat/src/component.rs index caf50b0a..6cf1ec09 100755 --- a/azalea-chat/src/component.rs +++ b/azalea-chat/src/component.rs @@ -182,7 +182,7 @@ impl<'de> Deserialize<'de> for Component { "keybind text components aren't yet supported", )); } else { - let nbt = if let Some(nbt) = json.get("nbt") { + let _nbt = if let Some(nbt) = json.get("nbt") { nbt } else { return Err(de::Error::custom( |
