increase game limit from 60 to 75

This commit is contained in:
Andy Janata 2013-01-08 23:34:33 -08:00
parent d4adaa7692
commit 6f9c507f9d
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 60;
return 75;
}
/**