forked from External/mage
Draft bot - only draft picks, will be auto eliminated and doesn't participate in tournament
This commit is contained in:
parent
7bcd512351
commit
354b07d50e
16 changed files with 176 additions and 17 deletions
|
|
@ -28,9 +28,6 @@
|
|||
|
||||
package mage.server.tournament;
|
||||
|
||||
import java.util.Map.Entry;
|
||||
import java.util.UUID;
|
||||
import java.util.concurrent.ConcurrentHashMap;
|
||||
import mage.MageException;
|
||||
import mage.cards.decks.Deck;
|
||||
import mage.game.GameException;
|
||||
|
|
@ -52,6 +49,10 @@ import mage.view.ChatMessage.MessageColor;
|
|||
import mage.view.TournamentView;
|
||||
import org.apache.log4j.Logger;
|
||||
|
||||
import java.util.Map.Entry;
|
||||
import java.util.UUID;
|
||||
import java.util.concurrent.ConcurrentHashMap;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue