mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Now if there is big image (card.plugin), rules box is not displayed.
This commit is contained in:
parent
3b9b92ed0b
commit
502b21fddb
5 changed files with 15 additions and 8 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue