aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-09-28 01:44:37 -0430
committermat <git@matdoes.dev>2025-09-28 01:44:37 -0430
commit1184e66d056450f1cca300adeab8219d94bc6a72 (patch)
treec5be3bcd8652052fb39b5657169c0736a13a2437 /azalea-client/src
parent5ed0c5d635b1c28721b3c32f1d6ce04a30934992 (diff)
downloadazalea-drasl-1184e66d056450f1cca300adeab8219d94bc6a72.tar.xz
split version in changelog
Diffstat (limited to 'azalea-client/src')
-rw-r--r--azalea-client/src/client.rs2
-rw-r--r--azalea-client/src/local_player.rs1
2 files changed, 1 insertions, 2 deletions
diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs
index 2ec25dcc..368419c9 100644
--- a/azalea-client/src/client.rs
+++ b/azalea-client/src/client.rs
@@ -43,7 +43,7 @@ use tokio::{
},
time,
};
-use tracing::{error, info, warn};
+use tracing::{info, warn};
use uuid::Uuid;
use crate::{
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};