diff --git a/forge-gui/src/main/java/forge/player/PlayerControllerHuman.java b/forge-gui/src/main/java/forge/player/PlayerControllerHuman.java index 2e52595156c..3849edf0f66 100644 --- a/forge-gui/src/main/java/forge/player/PlayerControllerHuman.java +++ b/forge-gui/src/main/java/forge/player/PlayerControllerHuman.java @@ -176,6 +176,7 @@ public class PlayerControllerHuman extends PlayerController { } private void tempShowCard(Card c) { if (c == null) { return; } + tempShownCards.add(c); c.setMayLookAt(player, true, true); } private void tempShowCards(Iterable cards) {