mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Fixes #492 : Tarmogoyf p/t stats are not displayed in hand
This commit is contained in:
parent
b9618a2074
commit
58e4c66af6
4 changed files with 9 additions and 16 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue