forked from External/mage
gui: fixed miss playable mark for emblems and other objects from command zone (example: momir emblem)
This commit is contained in:
parent
7a33ca812c
commit
94dfbdfed4
4 changed files with 39 additions and 11 deletions
|
|
@ -59,7 +59,7 @@ public final class CardsViewUtil {
|
|||
} else if (commandObject instanceof CommanderView) {
|
||||
cardView = (CommanderView) commandObject;
|
||||
} else {
|
||||
continue;
|
||||
throw new IllegalStateException("ERROR, unsupported commander object type: " + commandObject.getClass().getSimpleName());
|
||||
}
|
||||
cards.put(commandObject.getId(), cardView);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue