Skip to content

Commit

Permalink
Adapt additional validities
Browse files Browse the repository at this point in the history
  • Loading branch information
micheljung committed Oct 31, 2018
1 parent 245d4a6 commit d5de7cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/java/com/faforever/api/data/domain/Validity.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ public enum Validity {
SINGLE_PLAYER,
FFA_NOT_RANKED,
UNEVEN_TEAMS_NOT_RANKED,
UNKNOWN_RESULT;
UNKNOWN_RESULT,
TEAMS_UNLOCKED,
MULTIPLE_TEAMS,
HAS_AI
}

0 comments on commit d5de7cc

Please sign in to comment.