mirror of
https://github.com/correl/mage.git
synced 2025-04-13 01:01:11 -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());
|
player.addCommanderId(card.getId());
|
||||||
// no needs in initCommander call -- it's uses on game startup (init)
|
// 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");
|
throw new IllegalArgumentException("Command zone supports in commander test games");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue