*Fixed infinite loop in AF_NameCard.

This commit is contained in:
Hellfish
2011-12-04 17:44:09 +00:00
parent cc53c27270
commit 53cdfc77e1

View File

@@ -1450,6 +1450,7 @@ public final class AbilityFactoryChoose {
});
if (!list.isEmpty()) {
host.setNamedCard(list.get(0).getName());
ok = true;
}
}
}