Adapt to API changes

This commit is contained in:
Sakuhl 2018-02-27 11:22:55 +01:00
parent 09bdc0dcb5
commit e86557bf21

View File

@ -206,8 +206,8 @@ pub struct WFPlayerInfo {
#[derive(Debug, Deserialize)]
pub struct PlayerRankings {
pub pvp: u64,
pub player: u64,
pub pvp: Option<u64>,
pub player: Option<u64>,
pub guild: u64
}