From 3f341aa11452b4dfe0b61af23efe9742a4d3f277 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 6 Dec 2023 11:36:20 -0600 Subject: disable feaatures on azalea-chat by default and fix disabling simdnbt feature --- azalea/src/container.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/src') 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 { let ecs = self.client.ecs.lock(); let inventory = ecs -- cgit v1.2.3