From ba3a88336a074f902667d3e13471af62b431da04 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 9 Dec 2025 01:27:44 +0000 Subject: move offline-mode uuid generation to azalea-crypto --- 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 dc85ba96..74c8b1e5 100644 --- a/azalea/src/container.rs +++ b/azalea/src/container.rs @@ -36,7 +36,7 @@ pub trait ContainerClientExt { /// configure this. /// /// ``` - /// # use azalea::{prelude::*, azalea::registry::Block}; + /// # use azalea::{prelude::*, registry::Block}; /// # async fn example(mut bot: azalea::Client) { /// let target_pos = bot /// .world() -- cgit v1.2.3