diff --git a/protocol/src/data/server_status.rs b/protocol/src/data/server_status.rs index e3fdeac..151eb55 100644 --- a/protocol/src/data/server_status.rs +++ b/protocol/src/data/server_status.rs @@ -8,6 +8,7 @@ pub struct ServerStatus { pub version: ServerVersion, pub players: OnlinePlayers, pub description: Message, + pub favicon: Option, } #[derive(Clone, Serialize, Deserialize, Debug)]