forked from External/mage
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:
parent
758f56792e
commit
39e62095e4
3 changed files with 69 additions and 85 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue