mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
Tournament panel - Showing the number of rounds now only if tournament is swiss style tournament.
This commit is contained in:
parent
473c9e207b
commit
13ac2d0103
2 changed files with 5 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue