Fixed some dialogs for human players that were not shown after a reconnect to a game (e.g choose mulligan, any use Yes/No choice, amount choice, Pile choice).

This commit is contained in:
LevelX2 2015-08-28 14:29:54 +02:00
parent 758f56792e
commit 39e62095e4
3 changed files with 69 additions and 85 deletions

View file

@ -184,13 +184,7 @@ public class HelperPanel extends JPanel {
@Override
public void actionPerformed(java.awt.event.ActionEvent evt) {
if (linkSpecial != null) {
{
// if (evt.getActionCommand().equals("automatic")) {
// showPopupMenu(evt);
// } else {
clickButton(linkSpecial);
// }
}
clickButton(linkSpecial);
}
}
});