aboutsummaryrefslogtreecommitdiff
path: root/server/bot/src/algos/test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/bot/src/algos/test.rs')
-rw-r--r--server/bot/src/algos/test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bot/src/algos/test.rs b/server/bot/src/algos/test.rs
index 361cf4ea..20abbabd 100644
--- a/server/bot/src/algos/test.rs
+++ b/server/bot/src/algos/test.rs
@@ -19,7 +19,7 @@ use crate::{
BotAlgo, BotInput,
pathfinding::{Path, find_path_to_neighbour},
};
-use hurrycurry_client_lib::Game;
+use hurrycurry_game_core::Game;
use hurrycurry_protocol::{ItemIndex, Message, PlayerID, glam::IVec2};
use log::info;