From 29c32c9ba89d60b5b0e415eaab58b947080655c5 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 12 Aug 2025 10:47:33 +1000 Subject: fix rotations flagging anticheats --- azalea/examples/testbot/commands/debug.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'azalea/examples') diff --git a/azalea/examples/testbot/commands/debug.rs b/azalea/examples/testbot/commands/debug.rs index 92a5b92e..46f1ed33 100644 --- a/azalea/examples/testbot/commands/debug.rs +++ b/azalea/examples/testbot/commands/debug.rs @@ -90,7 +90,8 @@ pub fn register(commands: &mut CommandDispatcher>) { let direction = source.bot.component::(); source.reply(format!( "I'm looking at {}, {}", - direction.y_rot, direction.x_rot + direction.y_rot(), + direction.x_rot() )); 1 })); -- cgit v1.2.3