aboutsummaryrefslogtreecommitdiff
path: root/server/src/customer/pathfinding.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/customer/pathfinding.rs')
-rw-r--r--server/src/customer/pathfinding.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/customer/pathfinding.rs b/server/src/customer/pathfinding.rs
index 743515b9..a2623e5c 100644
--- a/server/src/customer/pathfinding.rs
+++ b/server/src/customer/pathfinding.rs
@@ -16,8 +16,8 @@
*/
use super::movement::MovementBase;
-use crate::protocol::PacketS;
use glam::{IVec2, Vec2};
+use hurrycurry_protocol::PacketS;
use log::debug;
use std::{
cmp::Ordering,