diff -r 7732013ce64c -r c5a6e8566425 rust/hedgewars-server/src/server.rs --- a/rust/hedgewars-server/src/server.rs Tue May 28 17:49:04 2019 +0200 +++ b/rust/hedgewars-server/src/server.rs Tue May 28 19:04:18 2019 +0300 @@ -1,12 +1,5 @@ -mod actions; -pub mod client; -pub mod core; -pub mod coretypes; #[cfg(feature = "official-server")] mod database; -mod handlers; -pub mod indexslab; #[cfg(feature = "official-server")] pub mod io; -pub mod network; -pub mod room; +pub mod network; \ No newline at end of file