From 5e81d85d7e8eeca1b6c86ea028353d7c55361961 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 14 Jun 2025 20:33:22 -1030 Subject: add note about current_thread to azalea readme --- azalea-client/src/plugins/interact.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-client/src/plugins/interact.rs') diff --git a/azalea-client/src/plugins/interact.rs b/azalea-client/src/plugins/interact.rs index d91597d6..da1fa78e 100644 --- a/azalea-client/src/plugins/interact.rs +++ b/azalea-client/src/plugins/interact.rs @@ -144,7 +144,7 @@ impl BlockStatePredictionHandler { .or_insert(ServerVerifiedState { seq: self.seq, block_state: old_state, - player_pos: player_pos, + player_pos, }); } -- cgit v1.2.3