changed requested status to active

This commit is contained in:
Franklin 2022-10-16 21:09:51 -04:00
parent 6f7237098a
commit a83e4b5954
1 changed files with 1 additions and 1 deletions

View File

@ -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,