wesleyer
wesleyer
**Describe the bug** StackOverflow error (see stack below). Java.lang.StackOverflowError at java.base/java.util.HashMap.hash(HashMap.java:337) at java.base/java.util.HashMap.put(HashMap.java:609) at java.base/java.util.HashSet.add(HashSet.java:221) at forge.util.collect.FCollection.add(FCollection.java:251) at forge.util.collect.FCollection.addAll(FCollection.java:311) at forge.game.player.PlayerCollection.getCardsIn(PlayerCollection.java:34) at forge.game.Game.getCardsIn(Game.java:552) at forge.game.Game.getCardsIn(Game.java:570) at forge.game.staticability.StaticAbilityCastWithFlash.anyWithFlashNeedsInfo(StaticAbilityCastWithFlash.java:16) at forge.game.spellability.SpellAbilityRestriction.canPlay(SpellAbilityRestriction.java:580) at...