mirror of
https://github.com/correl/mage.git
synced 2025-04-02 03:18:09 -09: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
Reference in a new issue