fixed an exception in Tezzeret the Seeker

This commit is contained in:
slapshot5
2011-10-04 06:12:53 +00:00
parent 2548e72eff
commit eed7f70dce

View File

@@ -724,7 +724,7 @@ public class CardFactory_Planeswalkers {
});
if (list.size() > 0) {
Object o = GuiUtils.getChoiceOptional("Select artifact", list);
Object o = GuiUtils.getChoiceOptional("Select artifact", list.toArray());
if (o != null) {
Card c = (Card) o;
if (list.contains(c)) {