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.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/bot/src/algos/test.rs b/server/bot/src/algos/test.rs
index 5ef11553..361cf4ea 100644
--- a/server/bot/src/algos/test.rs
+++ b/server/bot/src/algos/test.rs
@@ -16,11 +16,11 @@
*/
use crate::{
- pathfinding::{find_path_to_neighbour, Path},
BotAlgo, BotInput,
+ pathfinding::{Path, find_path_to_neighbour},
};
use hurrycurry_client_lib::Game;
-use hurrycurry_protocol::{glam::IVec2, ItemIndex, Message, PlayerID};
+use hurrycurry_protocol::{ItemIndex, Message, PlayerID, glam::IVec2};
use log::info;
#[derive(Default)]