Skip to content

Commit

Permalink
Added new season
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte Schütze committed Jan 16, 2015
1 parent 7b27f2d commit 2fa8a36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* Added queue type and queue id for the new custom game mode, nemesis pick
* Added "Master" league tier
* Added new map (SR Beta)
* Added new season

##### Rtmp
* Fixed bug where bot game invites would not pass the queue id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ public enum Season {
PRESEASON3(3),
SEASON3(3),
PRESEASON4(4),
SEASON4(4);
SEASON4(4),
PREASEASON5(5),
SEASON5(5);

public final int numeric;

Expand Down

0 comments on commit 2fa8a36

Please sign in to comment.