added Sealed tournaments

This commit is contained in:
BetaSteward 2011-02-10 22:00:47 -05:00
parent 44aefaf47a
commit f7ffbb4773
51 changed files with 652 additions and 143 deletions

View file

@ -161,9 +161,9 @@ public class TableManager {
}
}
public void construct(UUID tableId) {
controllers.get(tableId).construct();
}
// public void construct(UUID tableId) {
// controllers.get(tableId).construct();
// }
public void addPlayer(UUID sessionId, UUID tableId, Player player, String playerType, Deck deck) throws GameException {
controllers.get(tableId).addPlayer(sessionId, player, playerType, deck);