diff options
Diffstat (limited to 'server/bot/src/algos/simple.rs')
| -rw-r--r-- | server/bot/src/algos/simple.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bot/src/algos/simple.rs b/server/bot/src/algos/simple.rs index f8d01b3a..0145cfcb 100644 --- a/server/bot/src/algos/simple.rs +++ b/server/bot/src/algos/simple.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, Recipe, RecipeIndex, TileIndex, glam::IVec2, }; |