Add lobby compiler feature flag

This commit is contained in:
timvisee
2021-11-15 20:29:45 +01:00
parent d213612225
commit 1da8c60323
6 changed files with 28 additions and 5 deletions

View File

@@ -3,4 +3,5 @@ pub mod rcon;
pub mod server_properties;
/// Minecraft ticks per second.
#[allow(unused)]
pub const TICKS_PER_SECOND: u32 = 20;