1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

sample can be empty

This commit is contained in:
mat 2022-09-01 19:26:21 -05:00
parent d564b4cc4f
commit 4d072d8057

View file

@ -21,6 +21,7 @@ pub struct SamplePlayer {
pub struct Players {
pub max: i32,
pub online: i32,
#[serde(default)]
pub sample: Vec<SamplePlayer>,
}