aboutsummaryrefslogtreecommitdiff
path: root/server/bot/src/algos/test.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-10-19 20:21:27 +0200
committermetamuffin <metamuffin@disroot.org>2025-10-19 20:21:27 +0200
commit231a5ce21fcee9195fcc504ee672e4464d627c47 (patch)
tree5d26373c2dbdaa3a4c7dfb6d2dc4e0fb63ca47a1 /server/bot/src/algos/test.rs
parent239f139e7cdc2ee9f2658a8038d2870293e20aa4 (diff)
downloadhurrycurry-231a5ce21fcee9195fcc504ee672e4464d627c47.tar
hurrycurry-231a5ce21fcee9195fcc504ee672e4464d627c47.tar.bz2
hurrycurry-231a5ce21fcee9195fcc504ee672e4464d627c47.tar.zst
Rename client-lib crate to game-core
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;