Fixes #492 : Tarmogoyf p/t stats are not displayed in hand

This commit is contained in:
magenoxx 2014-08-11 11:10:27 +04:00
parent b9618a2074
commit 58e4c66af6
4 changed files with 9 additions and 16 deletions

View file

@ -458,7 +458,7 @@ public final class GamePanel extends javax.swing.JPanel {
this.handContainer.setVisible(false);
} else {
handCards.clear();
handCards.put(YOUR_HAND, CardsViewUtil.convertSimple(game.getHand(), loadedCards));
handCards.put(YOUR_HAND, game.getHand());
// Mark playable
if (game.getCanPlayInHand() != null) {