aboutsummaryrefslogtreecommitdiff
path: root/server/bot/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/bot/src/lib.rs')
-rw-r--r--server/bot/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bot/src/lib.rs b/server/bot/src/lib.rs
index 927ac7b0..a3889021 100644
--- a/server/bot/src/lib.rs
+++ b/server/bot/src/lib.rs
@@ -19,7 +19,7 @@
pub mod algos;
pub mod pathfinding;
-use hurrycurry_client_lib::Game;
+use hurrycurry_game_core::Game;
use hurrycurry_protocol::{
PacketS, PlayerID,
glam::{IVec2, Vec2},