aboutsummaryrefslogtreecommitdiff
path: root/server/bot/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/bot/src/main.rs')
-rw-r--r--server/bot/src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/bot/src/main.rs b/server/bot/src/main.rs
index b1b8bb84..d2bd10c5 100644
--- a/server/bot/src/main.rs
+++ b/server/bot/src/main.rs
@@ -17,8 +17,8 @@
*/
use anyhow::Result;
use clap::Parser;
-use hurrycurry_bot::{algos::ALGO_CONSTRUCTORS, BotAlgo, BotInput};
-use hurrycurry_client_lib::{network::sync::Network, Game};
+use hurrycurry_bot::{BotAlgo, BotInput, algos::ALGO_CONSTRUCTORS};
+use hurrycurry_client_lib::{Game, network::sync::Network};
use hurrycurry_protocol::{Character, Hand, PacketC, PacketS, PlayerClass, PlayerID};
use log::warn;
use std::{thread::sleep, time::Duration};