Update to latest API bullshit

This commit is contained in:
Sakuhl 2018-02-16 13:00:03 +01:00
parent 237293badd
commit 09bdc0dcb5

View File

@ -156,7 +156,7 @@ pub struct Player {
pub global: GlobalPlayerInfo,
pub classes: HashMap<String, Class>,
pub wizard_fortress: WFPlayerInfo,
pub rankings: PlayerRankings,
pub rankings: Option<PlayerRankings>,
pub guild: PlayerGuildInfo
}