diff options
| author | mat <git@matdoes.dev> | 2025-09-28 01:44:37 -0430 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-09-28 01:44:37 -0430 |
| commit | 1184e66d056450f1cca300adeab8219d94bc6a72 (patch) | |
| tree | c5be3bcd8652052fb39b5657169c0736a13a2437 /azalea-client/src/local_player.rs | |
| parent | 5ed0c5d635b1c28721b3c32f1d6ce04a30934992 (diff) | |
| download | azalea-drasl-1184e66d056450f1cca300adeab8219d94bc6a72.tar.xz | |
split version in changelog
Diffstat (limited to 'azalea-client/src/local_player.rs')
| -rw-r--r-- | azalea-client/src/local_player.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-client/src/local_player.rs b/azalea-client/src/local_player.rs index 09232d12..20da4c80 100644 --- a/azalea-client/src/local_player.rs +++ b/azalea-client/src/local_player.rs @@ -11,7 +11,6 @@ use derive_more::{Deref, DerefMut}; use parking_lot::RwLock; use thiserror::Error; use tokio::sync::mpsc; -use tracing::error; use uuid::Uuid; use crate::{ClientInformation, events::Event as AzaleaEvent, player::PlayerInfo}; |
