fix error

This commit is contained in:
theelk801 2025-05-02 12:02:44 -04:00
parent 7d51648716
commit cd3e74ce7d

View file

@ -34,7 +34,7 @@ public class BecomePermanentFacedownEffect extends ContinuousEffectImpl {
cards.getCards(game) cards.getCards(game)
.stream() .stream()
.map(card -> new MageObjectReference(card, game, 1)) .map(card -> new MageObjectReference(card, game, 1))
.collect(Collectors.toSet()), game .collect(Collectors.toSet())
)); ));
} }