* Akron Legionnaire - Fixed not correct working restrict ability.

This commit is contained in:
LevelX2 2015-06-08 22:51:48 +02:00
parent 256b93ffd8
commit 21e2066bba
4 changed files with 82 additions and 24 deletions

View file

@ -89,6 +89,7 @@ public class PlayAreaPanel extends javax.swing.JPanel {
* @param options
*/
public PlayAreaPanel(PlayerView player, BigCard bigCard, UUID gameId, int priorityTime, GamePanel gamePanel, PlayAreaPanelOptions options) {
this.gamePanel = gamePanel;
this.options = options;
initComponents();
setOpaque(false);
@ -101,7 +102,6 @@ public class PlayAreaPanel extends javax.swing.JPanel {
addPopupMenuWatcher();
}
this.add(popupMenu);
this.gamePanel = gamePanel;
init(player, bigCard, gameId, priorityTime);
update(player);
}