rust/hedgewars-server/src/core/server.rs
changeset 15804 747278149393
parent 15697 25371cae9fd7
child 15848 3d05bada4799
--- a/rust/hedgewars-server/src/core/server.rs	Wed Jun 23 15:32:48 2021 -0400
+++ b/rust/hedgewars-server/src/core/server.rs	Wed Jun 23 23:41:51 2021 +0200
@@ -3,9 +3,10 @@
     client::HwClient,
     indexslab::IndexSlab,
     room::HwRoom,
-    types::{ClientId, GameCfg, RoomId, ServerVar, TeamInfo, Vote, VoteType, Voting},
+    types::{ClientId, RoomId, Voting},
 };
 use crate::utils;
+use hedgewars_network_protocol::types::{GameCfg, ServerVar, TeamInfo, Vote, VoteType};
 
 use bitflags::*;
 use log::*;