Skip to content

Commit

Permalink
Set default league to silver now...
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsandow committed May 15, 2017
1 parent 6693b14 commit f16e990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Referee.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

class Referee extends MultiReferee {

public static int LEAGUE_LEVEL = 0; // 0, 1 or 2. 3 is for silver+.
public static int LEAGUE_LEVEL = 3; // 0, 1 or 2. 3 is for silver+.

public static final int EV_NEW_SAMPLE = 0;
public static final int EV_TAKE_SAMPLE = 1;
Expand Down

0 comments on commit f16e990

Please sign in to comment.