rust/hedgewars-server/src/server/demo.rs
changeset 15804 747278149393
parent 15796 2939d8599418
child 15831 7d0f747afcb8
--- a/rust/hedgewars-server/src/server/demo.rs	Wed Jun 23 15:32:48 2021 -0400
+++ b/rust/hedgewars-server/src/server/demo.rs	Wed Jun 23 23:41:51 2021 +0200
@@ -1,6 +1,6 @@
-use crate::{
-    core::types::{Ammo, GameCfg, HedgehogInfo, Replay, RoomConfig, Scheme, TeamInfo},
-    server::haskell::HaskellValue,
+use crate::{core::types::Replay, server::haskell::HaskellValue};
+use hedgewars_network_protocol::types::{
+    Ammo, GameCfg, HedgehogInfo, RoomConfig, Scheme, TeamInfo,
 };
 use std::{
     collections::HashMap,