Drop obsolete lobby packet, add lobby server warmup, some fixes

This commit is contained in:
timvisee
2021-11-14 14:48:02 +01:00
parent 802fd2990a
commit 2cc64b29e0
2 changed files with 34 additions and 43 deletions

View File

@@ -1,3 +1,6 @@
#[cfg(feature = "rcon")]
pub mod rcon;
pub mod server_properties;
/// Minecraft ticks per second.
pub const TICKS_PER_SECOND: u32 = 20;