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:
parent
d564b4cc4f
commit
4d072d8057
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ pub struct SamplePlayer {
|
|||
pub struct Players {
|
||||
pub max: i32,
|
||||
pub online: i32,
|
||||
#[serde(default)]
|
||||
pub sample: Vec<SamplePlayer>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue