Dynamically build lobby dimension from probed server dimension codec

This commit is contained in:
timvisee
2021-11-22 23:53:54 +01:00
parent f513957bff
commit cf6bd526d9
3 changed files with 119 additions and 27 deletions

View File

@@ -1,4 +1,6 @@
pub mod ban;
#[cfg(feature = "lobby")]
pub mod dimension;
pub mod favicon;
#[cfg(feature = "rcon")]
pub mod rcon;