Allowing Sideboarding

Tiny Leaders allows sideboarding.  Turned on sideboarding option.
This commit is contained in:
JRHerlehy 2015-03-01 02:31:56 -08:00
parent a3b55d7625
commit 8a6da4abe3

View file

@ -43,7 +43,7 @@ public class TinyLeadersDuelType extends MatchType {
this.numTeams = 0;
this.useAttackOption = false;
this.useRange = false;
this.sideboardingAllowed = false;
this.sideboardingAllowed = true;
}
protected TinyLeadersDuelType(final TinyLeadersDuelType matchType){