mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
*Fixed infinite loop in AF_NameCard.
This commit is contained in:
@@ -1450,6 +1450,7 @@ public final class AbilityFactoryChoose {
|
||||
});
|
||||
if (!list.isEmpty()) {
|
||||
host.setNamedCard(list.get(0).getName());
|
||||
ok = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user