aboutsummaryrefslogtreecommitdiff
path: root/azalea
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-12-06 11:36:20 -0600
committermat <git@matdoes.dev>2023-12-06 11:36:25 -0600
commit3f341aa11452b4dfe0b61af23efe9742a4d3f277 (patch)
treefa7b9c061faf380ebe5a310416ec598c613c0d02 /azalea
parent1369848c82a519cb554db8e4d6ff6d414ed741f8 (diff)
downloadazalea-drasl-3f341aa11452b4dfe0b61af23efe9742a4d3f277.tar.xz
disable feaatures on azalea-chat by default and fix disabling simdnbt feature
Diffstat (limited to 'azalea')
-rw-r--r--azalea/src/container.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/src/container.rs b/azalea/src/container.rs
index 5406170a..be5e6c27 100644
--- a/azalea/src/container.rs
+++ b/azalea/src/container.rs
@@ -140,7 +140,7 @@ impl ContainerHandle {
///
/// Note that any modifications you make to the `Menu` you're given will not
/// actually cause any packets to be sent. If you're trying to modify your
- /// inventory, use [`Client::open_inventory`] instead
+ /// inventory, use [`Client::click`] instead
pub fn menu(&self) -> Option<Menu> {
let ecs = self.client.ecs.lock();
let inventory = ecs