forked from External/mage
fixed issue 160
This commit is contained in:
parent
35f1a63c4e
commit
a0192c0e47
4 changed files with 8 additions and 4 deletions
|
|
@ -64,10 +64,11 @@ public abstract class DraftImpl<T extends DraftImpl<T>> implements Draft {
|
|||
protected transient TableEventSource tableEventSource = new TableEventSource();
|
||||
protected transient PlayerQueryEventSource playerQueryEventSource = new PlayerQueryEventSource();
|
||||
|
||||
public DraftImpl(DraftOptions options) {
|
||||
public DraftImpl(DraftOptions options, List<ExpansionSet> sets) {
|
||||
id = UUID.randomUUID();
|
||||
this.setCodes = options.getSetCodes();
|
||||
this.timing = options.getTiming();
|
||||
this.sets = sets;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue