increase game limit

This commit is contained in:
Andy Janata 2013-03-26 20:43:33 -07:00
parent 660fd2d5f1
commit 18606af0cd
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class CahModule extends AbstractModule {
@Provides
@MaxGames
Integer provideMaxGames() {
return 75;
return 125;
}
/**