HumanPlay: forgot one for exiledList

This commit is contained in:
Hanmac
2016-08-07 15:02:54 +00:00
parent 3c823ffa4a
commit 1a7e80921c

View File

@@ -530,7 +530,7 @@ public class HumanPlay {
} }
list = list.subList(0, nNeeded); list = list.subList(0, nNeeded);
for (Card c : list) { for (Card c : list) {
p.getGame().getAction().exile(c); exiledList.add(p.getGame().getAction().exile(c));
} }
} else { } else {
// replace this with input // replace this with input