Skip to content

Commit

Permalink
Add OTHER_UNRANK validity state
Browse files Browse the repository at this point in the history
  • Loading branch information
Askaholic authored and Brutus5000 committed Jan 11, 2019
1 parent 3948856 commit da35243
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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 @@ -25,5 +25,6 @@ public enum Validity {
CIVILIANS_REVEALED,
WRONG_DIFFICULTY,
EXPANSION_DISABLED,
SPAWN_NOT_FIXED
SPAWN_NOT_FIXED,
OTHER_UNRANK
}

0 comments on commit da35243

Please sign in to comment.