mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
* Fixed bug that request to show players hadn did not work.
This commit is contained in:
parent
345fac40b2
commit
4f8c4fc019
1 changed files with 1 additions and 1 deletions
|
@ -531,8 +531,8 @@ public class PlayAreaPanel extends javax.swing.JPanel {
|
|||
this.playerPanel.init(gameId, player.getPlayerId(), bigCard, priorityTime);
|
||||
this.battlefieldPanel.init(gameId, bigCard);
|
||||
this.gameId = gameId;
|
||||
this.playerId = player.getPlayerId();
|
||||
if (MageFrame.getSession().isTestMode()) {
|
||||
this.playerId = player.getPlayerId();
|
||||
this.btnCheat.setVisible(true);
|
||||
} else {
|
||||
this.btnCheat.setVisible(false);
|
||||
|
|
Loading…
Reference in a new issue