aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xazalea-protocol/src/packets/status/clientbound_status_response_packet.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-protocol/src/packets/status/clientbound_status_response_packet.rs b/azalea-protocol/src/packets/status/clientbound_status_response_packet.rs
index 457e6e61..0fa0f4b9 100755
--- a/azalea-protocol/src/packets/status/clientbound_status_response_packet.rs
+++ b/azalea-protocol/src/packets/status/clientbound_status_response_packet.rs
@@ -21,6 +21,7 @@ pub struct SamplePlayer {
pub struct Players {
pub max: i32,
pub online: i32,
+ #[serde(default)]
pub sample: Vec<SamplePlayer>,
}