forked from External/mage
Fixed some more possible null pointer exceptions.
This commit is contained in:
parent
7e9d285a49
commit
e74f5995cb
6 changed files with 20 additions and 11 deletions
|
|
@ -487,6 +487,9 @@ public class CombatGroup implements Serializable, Copyable<CombatGroup> {
|
|||
attackerPerms.add(game.getPermanent(attackerId));
|
||||
}
|
||||
UUID attackerId = player.chooseAttackerOrder(attackerPerms, game);
|
||||
if (!player.isInGame()) {
|
||||
break;
|
||||
}
|
||||
attackerOrder.add(attackerId);
|
||||
attackerList.remove(attackerId);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue