* Commander - Players no longer go to a sideboarding phase during caommander matches.

This commit is contained in:
LevelX2 2014-11-07 14:24:07 +01:00
parent 70fa982f7c
commit 751365124e
6 changed files with 13 additions and 1 deletions

View file

@ -735,7 +735,9 @@ public class TableController {
GameManager.getInstance().removeGame(game.getId());
try {
if (!match.hasEnded()) {
sideboard();
if (match.getGame().getGameType().isSideboardingAllowed()) {
sideboard();
}
if (!match.hasEnded()) {
startGame(choosingPlayerId);
} else {