reduce round intermission time to 8 seconds

This commit is contained in:
Andy Janata 2012-01-27 17:19:36 -08:00
parent ed9cec7ed7
commit 65c92d8440
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public class Game {
// TODO make this host-configurable
private final int maxPlayers = 10;
private int judgeIndex = 0;
private final static int ROUND_INTERMISSION = 15 * 1000;
private final static int ROUND_INTERMISSION = 8 * 1000;
/**
* TODO Injection here would be much nicer, but that would need a Provider for the id... Too much