Tournament panel - Showing the number of rounds now only if tournament is swiss style tournament.

This commit is contained in:
LevelX2 2014-05-02 09:32:51 +02:00
parent 473c9e207b
commit 13ac2d0103
2 changed files with 5 additions and 8 deletions

View file

@ -28,15 +28,8 @@
package mage.game.tournament;
import java.util.List;
import java.util.Random;
import java.util.Set;
import mage.cards.Card;
import mage.cards.decks.Deck;
import mage.cards.repository.CardCriteria;
import mage.cards.repository.CardInfo;
import mage.cards.repository.CardRepository;
import mage.constants.Rarity;
import mage.constants.TournamentPlayerState;
import mage.players.Player;
import mage.util.TournamentUtil;