From 70bb8744cd742dc6c8a71ab174e4a1b058c7bec8 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 8 Jul 2024 17:16:06 +0200 Subject: split off protocol into its own crate --- server/src/customer/pathfinding.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/customer/pathfinding.rs') 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, -- cgit v1.2.3-70-g09d2