Update status schema to string for >=1.20.4
thx lahvuun -- https://github.com/timvisee/lazymc/issues/57#issuecomment-1858879744
This commit is contained in:
parent
edfdf876c0
commit
4d9c0d4305
@ -7,7 +7,7 @@ use uuid::Uuid;
|
||||
pub struct ServerStatus {
|
||||
pub version: ServerVersion,
|
||||
pub players: OnlinePlayers,
|
||||
pub description: Message,
|
||||
pub description: String,
|
||||
pub favicon: Option<String>,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user