mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
Merge fix
This commit is contained in:
parent
4d95d72c66
commit
ec9198fb22
1 changed files with 1 additions and 1 deletions
|
|
@ -2874,7 +2874,7 @@ public abstract class GameImpl implements Game, Serializable {
|
|||
player.addCommanderId(card.getId());
|
||||
// no needs in initCommander call -- it's uses on game startup (init)
|
||||
}
|
||||
} else {
|
||||
} else if (!command.isEmpty()) {
|
||||
throw new IllegalArgumentException("Command zone supports in commander test games");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue