rust/hedgewars-server/src/server.rs
author Wuzzy <Wuzzy2@mail.ru>
Mon, 17 Jun 2019 20:20:01 +0200
changeset 15170 3cc1a79de3fd
parent 15075 e935b1ad23f3
child 15547 863059f61793
permissions -rw-r--r--
Fix air mine spawning inside land if land is almost completely full Bug conditions: * cAirMines >= 1 * Play with a drawn map filled with land

#[cfg(feature = "official-server")]
mod database;
#[cfg(feature = "official-server")]
pub mod io;
pub mod network;