Send now also event to server if you click on a face down card.

This commit is contained in:
LevelX2 2013-04-04 00:07:11 +02:00
parent 6a9a245c15
commit b4f424a9a9

View file

@ -718,9 +718,6 @@ public class CardPanel extends MagePermanent implements MouseListener, MouseMoti
@Override
public void mousePressed(MouseEvent e) {
if (gameCard.isFaceDown()) {
return;
}
data.component = this;
data.card = this.gameCard;
data.gameId = this.gameId;