changed requested status to active
This commit is contained in:
parent
6f7237098a
commit
a83e4b5954
|
@ -66,7 +66,7 @@ impl LeaguePlayerStatus {
|
|||
match self {
|
||||
LeaguePlayerStatus::Denied => StatusType::Inactive,
|
||||
LeaguePlayerStatus::Joined => StatusType::Active,
|
||||
LeaguePlayerStatus::Requested => StatusType::Inactive,
|
||||
LeaguePlayerStatus::Requested => StatusType::Active,
|
||||
LeaguePlayerStatus::Kicked => StatusType::Inactive,
|
||||
LeaguePlayerStatus::Left => StatusType::Inactive,
|
||||
LeaguePlayerStatus::Invited => StatusType::Inactive,
|
||||
|
|
Loading…
Reference in New Issue