Now if there is big image (card.plugin), rules box is not displayed.

This commit is contained in:
magenoxx 2010-11-19 09:01:47 +00:00
parent 3b9b92ed0b
commit 502b21fddb
5 changed files with 15 additions and 8 deletions

View file

@ -89,9 +89,6 @@ public class BattlefieldPanel extends javax.swing.JLayeredPane implements Compon
public void init(UUID gameId, BigCard bigCard) {
this.gameId = gameId;
this.bigCard = bigCard;
/*if (Plugins.getInstance().isCardPluginLoaded()) {
bigCard.removeTextComponent();
}*/
addMouseListener(new MageMouseAdapter(this, gameId));
addMouseMotionListener(new MageMouseMotionAdapter(this, bigCard));
}