mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Fixed "cheat" button displayed not only in test mode.
This commit is contained in:
parent
1e92d061e5
commit
31e6132f2f
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue