aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/bot.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/src/bot.rs')
-rw-r--r--azalea/src/bot.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/src/bot.rs b/azalea/src/bot.rs
index 4fe10e74..2281deaf 100644
--- a/azalea/src/bot.rs
+++ b/azalea/src/bot.rs
@@ -22,8 +22,8 @@ use bevy_app::{FixedUpdate, Update};
use bevy_ecs::prelude::Event;
use bevy_ecs::schedule::IntoSystemConfigs;
use futures_lite::Future;
-use log::trace;
use std::f64::consts::PI;
+use tracing::trace;
use crate::pathfinder::PathfinderPlugin;