From 6a5a88700c3f649fab1abc4a51f6fac9281db874 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 9 May 2025 15:00:12 -1200 Subject: fix offline-mode cert warnings and improve some docs --- azalea/examples/testbot/commands/debug.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/examples') diff --git a/azalea/examples/testbot/commands/debug.rs b/azalea/examples/testbot/commands/debug.rs index 0bac22d4..075348b2 100644 --- a/azalea/examples/testbot/commands/debug.rs +++ b/azalea/examples/testbot/commands/debug.rs @@ -102,7 +102,7 @@ pub fn register(commands: &mut CommandDispatcher>) { commands.register(literal("lookingat").executes(|ctx: &Ctx| { let source = ctx.source.lock(); - let hit_result = *source.bot.component::(); + let hit_result = source.bot.component::(); let Some(hit_result) = hit_result.as_block_hit_result_if_not_miss() else { source.reply("I'm not looking at anything"); -- cgit v1.2.3