mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
CardDb: fixed other Cardface
This commit is contained in:
@@ -130,7 +130,7 @@ public final class CardDb implements ICardDatabase, IDeckGenPool {
|
||||
if (main.getAltName() != null) {
|
||||
alternateName.put(main.getAltName(), main.getName());
|
||||
}
|
||||
final ICardFace other = rule.getMainPart();
|
||||
final ICardFace other = rule.getOtherPart();
|
||||
if (other != null) {
|
||||
facesByName.put(other.getName(), other);
|
||||
if (other.getAltName() != null) {
|
||||
|
||||
Reference in New Issue
Block a user