League games have shorter time to finish.

This commit is contained in:
marcins78@gmail.com
2012-08-05 01:28:47 +00:00
parent 40124960c6
commit 9d85b07f55

View File

@@ -392,7 +392,7 @@ public class HallServer extends AbstractServer {
};
}
createGame(tableId, participants, listener, awaitingTable.getLotroFormat(), getTournamentName(awaitingTable), true, league == null, false, false);
createGame(tableId, participants, listener, awaitingTable.getLotroFormat(), getTournamentName(awaitingTable), true, league == null, false, league != null);
_awaitingTables.remove(tableId);
}