League games can now be cancelled.

This commit is contained in:
marcins78
2013-03-11 16:39:38 +00:00
parent c5152962ec
commit 4030a6bd5c

View File

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