forked from External/mage
GUI, table: improved save/load table config for new tourney dialog (miss num seats, decks, skill, player types and other params, related to #12981)
This commit is contained in:
parent
d9e558f9c3
commit
2b9ae8e0aa
7 changed files with 147 additions and 69 deletions
|
|
@ -39,7 +39,6 @@ public class TablePlayerPanel extends javax.swing.JPanel {
|
|||
}
|
||||
this.newPlayerPanel.setDeckFile(playerDeck);
|
||||
this.newPlayerPanel.setSkillLevel(playerSkill);
|
||||
|
||||
}
|
||||
|
||||
public boolean joinTable(UUID roomId, UUID tableId) throws IOException, ClassNotFoundException {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue