aboutsummaryrefslogtreecommitdiff
path: root/server/bot/src/algos/dishwasher.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/bot/src/algos/dishwasher.rs')
-rw-r--r--server/bot/src/algos/dishwasher.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bot/src/algos/dishwasher.rs b/server/bot/src/algos/dishwasher.rs
index 94368558..5dbf954f 100644
--- a/server/bot/src/algos/dishwasher.rs
+++ b/server/bot/src/algos/dishwasher.rs
@@ -17,7 +17,7 @@
*/
use super::simple::State;
use crate::{BotAlgo, BotInput, algos::simple::Context, pathfinding::Path};
-use hurrycurry_client_lib::Game;
+use hurrycurry_game_core::Game;
use hurrycurry_protocol::{ItemIndex, PlayerID, glam::IVec2};
#[derive(Default)]