forked from External/mage
* Some minor adjustements/changes.
This commit is contained in:
parent
28d46e2a95
commit
ed501cad21
15 changed files with 44 additions and 16 deletions
|
|
@ -735,7 +735,7 @@ public class GameController implements GameCallback {
|
|||
@Override
|
||||
public void execute(UUID playerId) {
|
||||
if (cards != null) {
|
||||
getGameSession(playerId).target(question, new CardsView(cards.getCards(game)), targets, required, options);
|
||||
getGameSession(playerId).target(question, new CardsView(game, cards.getCards(game)), targets, required, options);
|
||||
} else if (perms != null) {
|
||||
CardsView permsView = new CardsView();
|
||||
for (Permanent perm: perms) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue