diff options
Diffstat (limited to 'server/src/customer/pathfinding.rs')
-rw-r--r-- | server/src/customer/pathfinding.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/server/src/customer/pathfinding.rs b/server/src/customer/pathfinding.rs index 2b9f98f4..d1e1e997 100644 --- a/server/src/customer/pathfinding.rs +++ b/server/src/customer/pathfinding.rs @@ -15,10 +15,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. */ -use super::movement::MovementBase; use hurrycurry_protocol::{ - glam::{IVec2, Vec2}, - PacketS, + glam::{IVec2, Vec2}, movement::MovementBase, PacketS }; use log::trace; use std::{ |