diff --git a/src/lib.rs b/src/lib.rs index 5578ff6..7075d80 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -206,8 +206,8 @@ pub struct WFPlayerInfo { #[derive(Debug, Deserialize)] pub struct PlayerRankings { - pub pvp: u64, - pub player: u64, + pub pvp: Option, + pub player: Option, pub guild: u64 }