Add planechase to tournaments

This commit is contained in:
spjspj 2018-04-29 23:47:08 +10:00
parent 1a9f12f576
commit 1dbffe70b5
4 changed files with 25 additions and 1 deletions

View file

@ -98,6 +98,7 @@ public class TournamentOptions implements Serializable {
public void setPlaneChase(boolean planeChase) {
this.planeChase = planeChase;
this.matchOptions.setPlaneChase(planeChase);
}
public int getNumberRounds() {