Fixed "cheat" button displayed not only in test mode.

This commit is contained in:
magenoxx 2011-05-19 13:11:25 +04:00
parent 1e92d061e5
commit 31e6132f2f

View file

@ -102,6 +102,7 @@ public class PlayerPanelExt extends javax.swing.JPanel {
this.playerId = playerId;
this.bigCard = bigCard;
session = MageFrame.getSession();
cheat.setVisible(session.isTestMode());
}
public void update(PlayerView player) {