mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Add planechase to tournaments
This commit is contained in:
parent
1a9f12f576
commit
1dbffe70b5
4 changed files with 25 additions and 1 deletions
|
|
@ -98,6 +98,7 @@ public class TournamentOptions implements Serializable {
|
|||
|
||||
public void setPlaneChase(boolean planeChase) {
|
||||
this.planeChase = planeChase;
|
||||
this.matchOptions.setPlaneChase(planeChase);
|
||||
}
|
||||
|
||||
public int getNumberRounds() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue