diff -r b06b33cf0a89 -r 747278149393 rust/hedgewars-server/src/core/server.rs --- 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::*;