* Fixed bug that request to show players hadn did not work.

This commit is contained in:
LevelX2 2016-02-16 11:32:23 +01:00
parent 345fac40b2
commit 4f8c4fc019

View file

@ -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);