forked from External/mage
Not displaying tapped for combat dialog.
This commit is contained in:
parent
d6dd2a22cc
commit
aea2fc2fcf
4 changed files with 20 additions and 5 deletions
|
|
@ -193,11 +193,11 @@ public class GamePanel extends javax.swing.JPanel {
|
|||
}
|
||||
|
||||
public synchronized void init(GameView game) {
|
||||
logger.log(Level.FINE, "init.");
|
||||
logger.warning("init.");
|
||||
MageFrame.getCombatDialog().init(gameId, bigCard);
|
||||
MageFrame.getCombatDialog().setLocation(500, 300);
|
||||
addPlayers(game);
|
||||
logger.log(Level.FINE, "added players.");
|
||||
logger.warning("added players.");
|
||||
updateGame(game);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue