diff --git a/src/navigation.rs b/src/navigation.rs index af124d0..332a781 100644 --- a/src/navigation.rs +++ b/src/navigation.rs @@ -7,7 +7,7 @@ use bevy_tts::Tts; use crate::{ commands::RunIfExistsExt, - core::{Angle, CardinalDirection, Player, GlobalTransformExt}, + core::{Angle, CardinalDirection, GlobalTransformExt, Player}, error::error_handler, exploration::{ExplorationFocused, Exploring}, pathfinding::Destination,