1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-02 03:18:09 -09:00

Merge fix

This commit is contained in:
Oleg Agafonov 2019-05-17 21:52:50 +04:00
parent 4d95d72c66
commit ec9198fb22

View file

@ -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");
}