This commit is contained in:
BetaSteward 2010-09-01 03:01:43 +00:00
parent df642c2bd5
commit 3fa0e8b8f4
544 changed files with 13327 additions and 3074 deletions

View file

@ -266,14 +266,12 @@ public class TablesPanel extends javax.swing.JPanel implements Observer {
session.joinTable(
roomId,
table.getTableId(),
0,
"Human",
DeckCardLists.load("test.dck")
);
session.joinTable(
roomId,
table.getTableId(),
1,
"Computer",
DeckCardLists.load("test.dck")
);