Always include favicon in status response, fall back to default icon

See https://github.com/timvisee/lazymc/issues/11#issuecomment-977814539
This commit is contained in:
timvisee
2021-11-24 13:20:49 +01:00
parent ea2dbc905c
commit 20fb6ee715
3 changed files with 36 additions and 21 deletions

View File

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