mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Send now also event to server if you click on a face down card.
This commit is contained in:
parent
6a9a245c15
commit
b4f424a9a9
1 changed files with 0 additions and 3 deletions
|
@ -718,9 +718,6 @@ public class CardPanel extends MagePermanent implements MouseListener, MouseMoti
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void mousePressed(MouseEvent e) {
|
public void mousePressed(MouseEvent e) {
|
||||||
if (gameCard.isFaceDown()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
data.component = this;
|
data.component = this;
|
||||||
data.card = this.gameCard;
|
data.card = this.gameCard;
|
||||||
data.gameId = this.gameId;
|
data.gameId = this.gameId;
|
||||||
|
|
Loading…
Reference in a new issue