Adapt to API changes
This commit is contained in:
parent
09bdc0dcb5
commit
e86557bf21
@ -206,8 +206,8 @@ pub struct WFPlayerInfo {
|
|||||||
|
|
||||||
#[derive(Debug, Deserialize)]
|
#[derive(Debug, Deserialize)]
|
||||||
pub struct PlayerRankings {
|
pub struct PlayerRankings {
|
||||||
pub pvp: u64,
|
pub pvp: Option<u64>,
|
||||||
pub player: u64,
|
pub player: Option<u64>,
|
||||||
pub guild: u64
|
pub guild: u64
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user